diff src/parse.y @ 4171:04694e5b4239

[project @ 2002-11-12 20:27:24 by jwe]
author jwe
date Tue, 12 Nov 2002 20:27:24 +0000
parents 597fbc55ea40
children 2aea727f516f
line wrap: on
line diff
--- a/src/parse.y	Tue Nov 12 17:06:20 2002 +0000
+++ b/src/parse.y	Tue Nov 12 20:27:24 2002 +0000
@@ -44,8 +44,9 @@
 #include "cmd-hist.h"
 #include "file-ops.h"
 #include "file-stat.h"
+#include "lo-sstream.h"
 #include "oct-time.h"
-#include "lo-sstream.h"
+#include "quit.h"
 
 #include "comment-list.h"
 #include "defun.h"
@@ -2862,6 +2863,8 @@
 
 	      global_command = 0;
 
+	      OCTAVE_QUIT;
+
 	      bool quit = (tree_return_command::returning
 			   || tree_break_command::breaking);