diff src/oct-hist.cc @ 2705:18395aaeafb7

[project @ 1997-02-20 04:56:43 by jwe]
author jwe
date Thu, 20 Feb 1997 04:58:02 +0000
parents f7e3d23f0a8f
children eedc2f3f61f7
line wrap: on
line diff
--- a/src/oct-hist.cc
+++ b/src/oct-hist.cc
@@ -427,7 +427,7 @@
   // Ignore interrupts while we are off editing commands.  Should we
   // maybe avoid using system()?
 
-  volatile octave_interrupt_handler *old_interrupt_handler
+  volatile octave_interrupt_handler old_interrupt_handler
     = octave_ignore_interrupts ();
 
   system (cmd.c_str ());