Mercurial > hg > octave-nkf
diff liboctave/base-de.h @ 4049:a35a3c5d4740
[project @ 2002-08-16 08:54:31 by jwe]
author | jwe |
---|---|
date | Fri, 16 Aug 2002 08:54:31 +0000 |
parents | d4091aff6468 |
children | 5ab4ac522fec |
line wrap: on
line diff
--- a/liboctave/base-de.h +++ b/liboctave/base-de.h @@ -82,9 +82,14 @@ { stop_time_set = true; stop_time = t; + force_restart (); } - void clear_stop_time (void) { stop_time_set = false; } + void clear_stop_time (void) + { + stop_time_set = false; + force_restart (); + } virtual void force_restart (void) { restart = true; }