diff liboctave/lo-utils.cc @ 10142:829e69ec3110

make OCTAVE_QUIT a function
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 20 Jan 2010 10:38:00 +0100
parents ca93f583573d
children 4c0cdbe0acca
line wrap: on
line diff
--- a/liboctave/lo-utils.cc
+++ b/liboctave/lo-utils.cc
@@ -220,7 +220,7 @@
   if (buf)
     free (buf);
 
-  OCTAVE_QUIT;
+  octave_quit ();
 
   return retval;
 }