From ccfef4110d85e4585dfdb04da3f55f393f4a5761 Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 15 Oct 2010 18:27:25 +0000 Subject: [PATCH] collect extern JMP_BUF jbuf in "frontend/signal_handler.h" --- ChangeLog | 4 ++++ src/tclspice.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9332e71ba..458309c4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/src/tclspice.c b/src/tclspice.c index 0426c77a8..381737b62 100755 --- a/src/tclspice.c +++ b/src/tclspice.c @@ -108,7 +108,7 @@ typedef pthread_t threadId_t; typedef void (*sighandler)(int); #include -extern JMP_BUF jbuf; +#include "frontend/signal_handler.h" /*Included for the module to access data*/ #include