# HG changeset patch # User jwe # Date 1130785260 0 # Node ID 79d833090bdcdba394804b2e35dfa5874deec754 # Parent 451ad352b288d39b90a4cb203cc98c4e22f154ac [project @ 2005-10-31 19:01:00 by jwe] diff -r 451ad352b288 -r 79d833090bdc liboctave/mx-inlines.cc --- 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; \ \