collect extern JMP_BUF jbuf in "frontend/signal_handler.h"

This commit is contained in:
rlar 2010-10-15 18:27:25 +00:00
parent 92a4a2cda4
commit ccfef4110d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-10-15 Robert Larice
* src/tclspice.c :
collect extern JMP_BUF jbuf in "frontend/signal_handler.h"
2010-10-15 Robert Larice
* src/include/fteext.h :
avoid redeclaration, signalhandler

View File

@ -108,7 +108,7 @@ typedef pthread_t threadId_t;
typedef void (*sighandler)(int);
#include <setjmp.h>
extern JMP_BUF jbuf;
#include "frontend/signal_handler.h"
/*Included for the module to access data*/
#include <dvec.h>