diff src/toplev.cc @ 4217:301cc4cf87e9

[project @ 2002-12-05 03:33:01 by jwe]
author jwe
date Thu, 05 Dec 2002 03:33:01 +0000
parents b9317f3973ec
children a7d8e5dd87ad
line wrap: on
line diff
--- a/src/toplev.cc	Wed Dec 04 17:37:09 2002 +0000
+++ b/src/toplev.cc	Thu Dec 05 03:33:01 2002 +0000
@@ -78,6 +78,10 @@
 // TRUE means we are exiting via the builtin exit or quit functions.
 static bool quitting_gracefully = false;
 
+// TRUE means we are ready to interpret commands, but not everything
+// is ready for interactive use.
+bool octave_interpreter_ready = false;
+
 // TRUE means we've processed all the init code and we are good to go.
 bool octave_initialized = false;