jbuf moved to here. Was in main.c

This commit is contained in:
sjborley 2005-05-30 17:22:33 +00:00
parent 89f74211fb
commit 150a3e1775
1 changed files with 1 additions and 4 deletions

View File

@ -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)