diff liboctave/file-ops.cc @ 10142:829e69ec3110

make OCTAVE_QUIT a function
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 20 Jan 2010 10:38:00 +0100
parents 62eb444704ba
children 4c0cdbe0acca
line wrap: on
line diff
--- a/liboctave/file-ops.cc
+++ b/liboctave/file-ops.cc
@@ -330,7 +330,7 @@
 
       for (octave_idx_type i = 0; i < dirlist.length (); i++)
 	{
-	  OCTAVE_QUIT;
+	  octave_quit ();
 
 	  std::string nm = dirlist[i];