diff liboctave/bsxfun-defs.cc @ 10142:829e69ec3110

make OCTAVE_QUIT a function
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 20 Jan 2010 10:38:00 +0100
parents 36ea14c8992d
children b47ab50a6aa8
line wrap: on
line diff
--- a/liboctave/bsxfun-defs.cc
+++ b/liboctave/bsxfun-defs.cc
@@ -117,7 +117,7 @@
       OCTAVE_LOCAL_BUFFER_INIT (octave_idx_type, idx, nd, 0);
       for (octave_idx_type iter = 0; iter < niter; iter++)
         {
-          OCTAVE_QUIT;
+          octave_quit ();
 
           // Compute indices. 
           // FIXME: performance impact noticeable?