Don't abort on GSL exceptions
[pspp-builds.git] / src / ui / gui / psppire.c
index eaf9ca95294638d90347f3f9087d64602d7f282c..2f209a08953539f25a38ac74a3aa0d07e491bcab 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <assert.h>
 #include <libintl.h>
+#include <gsl/gsl_errno.h>
 
 #include "relocatable.h"
 
@@ -82,6 +83,7 @@ initialize (void)
 
   glade_init ();
 
+  gsl_set_error_handler_off ();
   fmt_init ();
   fn_init ();
   outp_init ();