changeset 5524:79d833090bdc

[project @ 2005-10-31 19:01:00 by jwe]
author jwe
date Mon, 31 Oct 2005 19:01:00 +0000
parents 451ad352b288
children 558c69736dc0
files liboctave/mx-inlines.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/mx-inlines.cc	Mon Oct 31 03:18:22 2005 +0000
+++ b/liboctave/mx-inlines.cc	Mon Oct 31 19:01:00 2005 +0000
@@ -437,11 +437,11 @@
  \
   for (octave_idx_type result_idx = 0; result_idx < nel; result_idx++) \
     { \
-      OCTAVE_QUIT;
+      OCTAVE_QUIT; \
  \
       for (octave_idx_type j = 0; j < n_elts; j++) \
 	{ \
-          OCTAVE_QUIT;
+          OCTAVE_QUIT; \
  \
 	  EVAL_EXPR; \
  \