jbuf moved to here. Was in main.c
This commit is contained in:
parent
89f74211fb
commit
150a3e1775
|
|
@ -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…
Reference in New Issue