diff src/toplev.h @ 7185:83cbff53bc96

[project @ 2007-11-26 18:53:54 by jwe]
author jwe
date Mon, 26 Nov 2007 18:53:55 +0000
parents a1dbe9d80eee
children ffdbdf53665c
line wrap: on
line diff
--- a/src/toplev.h
+++ b/src/toplev.h
@@ -52,10 +52,10 @@
 
 // TRUE means we are ready to interpret commands, but not everything
 // is ready for interactive use.
-extern bool octave_interpreter_ready;
+extern OCTINTERP_API bool octave_interpreter_ready;
 
 // TRUE means we've processed all the init code and we are good to go.
-extern bool octave_initialized;
+extern OCTINTERP_API bool octave_initialized;
 
 class
 octave_call_stack