Mercurial > hg > octave-nkf
diff src/toplev.h @ 578:d169be9237fb
[project @ 1994-08-03 20:06:54 by jwe]
author | jwe |
---|---|
date | Wed, 03 Aug 1994 20:07:26 +0000 |
parents | a10f1c8ab10f |
children | ac49764105cf |
line wrap: on
line diff
--- a/src/toplev.h +++ b/src/toplev.h @@ -26,7 +26,7 @@ #include <stdio.h> -class tree; +class tree_statement_list; class tree_function; // Tell g++ that clean_up_and_exit doesn't return; @@ -78,7 +78,7 @@ extern int quitting_gracefully; // Current command to execute. -extern tree *global_command; +extern tree_statement_list *global_command; // Pointer to function that is currently being evaluated. extern tree_function *curr_function;