Mercurial > hg > octave-lyh
comparison 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 |
comparison
equal
deleted
inserted
replaced
7184:2f915d6cac3d | 7185:83cbff53bc96 |
---|---|
50 // Pointer to parent function that is currently being evaluated. | 50 // Pointer to parent function that is currently being evaluated. |
51 extern octave_function *curr_parent_function; | 51 extern octave_function *curr_parent_function; |
52 | 52 |
53 // TRUE means we are ready to interpret commands, but not everything | 53 // TRUE means we are ready to interpret commands, but not everything |
54 // is ready for interactive use. | 54 // is ready for interactive use. |
55 extern bool octave_interpreter_ready; | 55 extern OCTINTERP_API bool octave_interpreter_ready; |
56 | 56 |
57 // TRUE means we've processed all the init code and we are good to go. | 57 // TRUE means we've processed all the init code and we are good to go. |
58 extern bool octave_initialized; | 58 extern OCTINTERP_API bool octave_initialized; |
59 | 59 |
60 class | 60 class |
61 octave_call_stack | 61 octave_call_stack |
62 { | 62 { |
63 protected: | 63 protected: |