Mercurial > hg > octave-nkf
diff src/toplev.h @ 7250:0ff0883fb121
[project @ 2007-12-04 18:12:32 by jwe]
author | jwe |
---|---|
date | Tue, 04 Dec 2007 18:12:33 +0000 |
parents | ffdbdf53665c |
children | 73036cdd855d |
line wrap: on
line diff
--- a/src/toplev.h +++ b/src/toplev.h @@ -36,21 +36,21 @@ class tree_statement_list; class charMatrix; -extern void +extern OCTINTERP_API void clean_up_and_exit (int) GCC_ATTR_NORETURN; -extern void recover_from_exception (void); +extern OCTINTERP_API void recover_from_exception (void); extern int main_loop (void); -extern void +extern OCTINTERP_API void do_octave_atexit (void); // Current command to execute. -extern tree_statement_list *global_command; +extern OCTINTERP_API tree_statement_list *global_command; // Pointer to parent function that is currently being evaluated. -extern octave_function *curr_parent_function; +extern OCTINTERP_API octave_function *curr_parent_function; // TRUE means we are ready to interpret commands, but not everything // is ready for interactive use.