Mercurial > hg > octave-lyh
diff src/oct-stream.cc @ 4153:6b96ce9f5743
[project @ 2002-11-06 20:38:49 by jwe]
author | jwe |
---|---|
date | Wed, 06 Nov 2002 20:38:50 +0000 |
parents | bd51df637cb3 |
children | 5ebaf7eee36e |
line wrap: on
line diff
--- a/src/oct-stream.cc +++ b/src/oct-stream.cc @@ -36,6 +36,7 @@ #include "lo-sstream.h" #include "lo-utils.h" #include "str-vec.h" +#include "quit.h" #include "error.h" #include "input.h" @@ -1436,6 +1437,8 @@ for (;;) { + OCTAVE_QUIT; + if (elt) { if (max_conv > 0 && conversion_count == max_conv) @@ -2246,6 +2249,8 @@ for (;;) { + OCTAVE_QUIT; + if (elt) { // NSA is the number of `star' args to convert.