pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/casefile.c


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/casefile.c
Date: Mon, 10 Jan 2005 02:24:57 -0500

Index: pspp/src/casefile.c
diff -u pspp/src/casefile.c:1.8 pspp/src/casefile.c:1.9
--- pspp/src/casefile.c:1.8     Sun Jan  9 07:59:48 2005
+++ pspp/src/casefile.c Mon Jan 10 06:50:45 2005
@@ -32,6 +32,7 @@
 #include "misc.h"
 #include "settings.h"
 #include "var.h"
+#include "signal.h"
 
 #ifdef HAVE_VALGRIND_VALGRIND_H
 #include <valgrind/valgrind.h>
@@ -735,6 +736,8 @@
   if (!registered) 
     {
       registered = 1;
+      signal (SIGQUIT, (sighandler_t) exit_handler);
+      signal (SIGINT,  (sighandler_t) exit_handler);
       atexit (exit_handler);
     }
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]