Browse Source

jbuf moved to here. Was in main.c

pre-master-46
sjborley 21 years ago
parent
commit
150a3e1775
  1. 5
      src/frontend/signal_handler.c

5
src/frontend/signal_handler.c

@ -29,7 +29,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
#include <editline/readline.h>
#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)

Loading…
Cancel
Save