diff src/octave.cc @ 223:82c050e70f7a

[project @ 1993-11-14 10:58:11 by jwe]
author jwe
date Sun, 14 Nov 1993 11:01:14 +0000
parents 1761d7a3770c
children a99f28f5e351
line wrap: on
line diff
--- a/src/octave.cc
+++ b/src/octave.cc
@@ -44,6 +44,8 @@
 
 #include "getopt.h"
 
+#include "liboctave-error.h"
+
 #include "sighandlers.h"
 #include "variables.h"
 #include "error.h"
@@ -383,6 +385,9 @@
 // This is not really the right place to do this...
   set_Complex_error_handler (octave_Complex_error_handler);
 
+// Or this, probably...
+  set_liboctave_error_handler (error);
+
 // Do this first, since some command line arguments may override the
 // defaults.
   initialize_globals (argv[0]);