/[pspp]/pspp/src/casefile.c
ViewVC logotype

Diff of /pspp/src/casefile.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by blp, Sun Jan 9 07:59:48 2005 UTC revision 1.9 by jmd, Mon Jan 10 06:50:45 2005 UTC
# Line 32  Line 32 
32  #include "misc.h"  #include "misc.h"
33  #include "settings.h"  #include "settings.h"
34  #include "var.h"  #include "var.h"
35    #include "signal.h"
36    
37  #ifdef HAVE_VALGRIND_VALGRIND_H  #ifdef HAVE_VALGRIND_VALGRIND_H
38  #include <valgrind/valgrind.h>  #include <valgrind/valgrind.h>
# Line 735  register_atexit (void) Line 736  register_atexit (void)
736    if (!registered)    if (!registered)
737      {      {
738        registered = 1;        registered = 1;
739          signal (SIGQUIT, (sighandler_t) exit_handler);
740          signal (SIGINT,  (sighandler_t) exit_handler);
741        atexit (exit_handler);        atexit (exit_handler);
742      }      }
743  }  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26