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)