diff src/sighandlers.cc @ 3343:466d7a1cac01

[project @ 1999-11-05 19:34:29 by jwe]
author jwe
date Fri, 05 Nov 1999 19:34:29 +0000
parents aaaa20d31a5f
children d14c483b3c12
line wrap: on
line diff
--- a/src/sighandlers.cc	Fri Nov 05 16:55:18 1999 +0000
+++ b/src/sighandlers.cc	Fri Nov 05 19:34:29 1999 +0000
@@ -269,6 +269,7 @@
 }
 #endif
 
+#if 0
 #if defined (SIGWINCH)
 static RETSIGTYPE
 sigwinch_handler (int /* sig */)
@@ -282,6 +283,7 @@
   SIGHANDLER_RETURN (0);
 }
 #endif
+#endif
 
 // Handle SIGINT by restarting the parser (see octave.cc).
 //
@@ -491,9 +493,11 @@
   octave_set_signal_handler (SIGIO, SIG_IGN);
 #endif
 
+#if 0
 #ifdef SIGWINCH
   octave_set_signal_handler (SIGWINCH, sigwinch_handler);
 #endif
+#endif
 
 #ifdef SIGXCPU
   octave_set_signal_handler (SIGXCPU, generic_sig_handler);