diff src/octave.cc @ 3325:2efa28a91e7a

[project @ 1999-10-29 21:39:20 by jwe]
author jwe
date Fri, 29 Oct 1999 21:39:31 +0000
parents fa345875edea
children 45742a3b1f7c
line wrap: on
line diff
--- a/src/octave.cc
+++ b/src/octave.cc
@@ -52,7 +52,6 @@
 
 #include <defaults.h>
 #include "defun.h"
-#include "dynamic-ld.h"
 #include "error.h"
 #include "file-io.h"
 #include "input.h"
@@ -319,6 +318,7 @@
 initialize_error_handlers ()
 {
   set_liboctave_error_handler (error);
+  set_liboctave_warning_handler (warning);
 }
 
 // What happens on --traditional.