diff src/toplev.h @ 4217:301cc4cf87e9

[project @ 2002-12-05 03:33:01 by jwe]
author jwe
date Thu, 05 Dec 2002 03:33:01 +0000
parents 2e94b2abfe6d
children a5a68c0afe56
line wrap: on
line diff
--- a/src/toplev.h
+++ b/src/toplev.h
@@ -51,6 +51,10 @@
 // Original value of TEXMFDBS environment variable.
 extern std::string octave_original_texmfdbs;
 
+// TRUE means we are ready to interpret commands, but not everything
+// is ready for interactive use.
+extern bool octave_interpreter_ready;
+
 // TRUE means we've processed all the init code and we are good to go.
 extern bool octave_initialized;