diff src/sighandlers.cc @ 3503:d14c483b3c12

[project @ 2000-02-01 04:06:07 by jwe]
author jwe
date Tue, 01 Feb 2000 04:06:39 +0000
parents 466d7a1cac01
children 97cf542676e1
line wrap: on
line diff
--- a/src/sighandlers.cc	Mon Jan 31 07:41:01 2000 +0000
+++ b/src/sighandlers.cc	Tue Feb 01 04:06:39 2000 +0000
@@ -27,10 +27,9 @@
 #include <cstdlib>
 #include <csignal>
 
+#include <iostream>
 #include <new>
 
-#include <iostream.h>
-
 #ifdef HAVE_UNISTD_H
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
@@ -382,7 +381,7 @@
 void
 install_signal_handlers (void)
 {
-  set_new_handler (octave_new_handler);
+  std::set_new_handler (octave_new_handler);
 
   octave_catch_interrupts ();