From 150a3e1775238fce130f2163b27a8d5aeb4cb476 Mon Sep 17 00:00:00 2001 From: sjborley Date: Mon, 30 May 2005 17:22:33 +0000 Subject: [PATCH] jbuf moved to here. Was in main.c --- src/frontend/signal_handler.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/frontend/signal_handler.c b/src/frontend/signal_handler.c index c131d0d44..9cc447a7d 100644 --- a/src/frontend/signal_handler.c +++ b/src/frontend/signal_handler.c @@ -29,7 +29,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group #include #endif /* HAVE_BSDEDITLINE */ -extern JMP_BUF jbuf; +JMP_BUF jbuf; /* The (void) signal handlers... SIGINT is the only one that gets reset (by * cshpar) so it is global. They are ifdef BSD because of the sigmask @@ -37,9 +37,6 @@ extern JMP_BUF jbuf; * is TRUE. */ - -extern pid_t getpid (void); - /* invoke this function upon keyboard interrupt */ RETSIGTYPE ft_sigintr(void)