Mercurial > hg > octave-jordi
diff src/toplev.h @ 206:1761d7a3770c
[project @ 1993-11-10 21:00:31 by jwe]
author | jwe |
---|---|
date | Wed, 10 Nov 1993 21:00:31 +0000 |
parents | 13c6086c325c |
children | 260863721a51 |
line wrap: on
line diff
--- a/src/toplev.h +++ b/src/toplev.h @@ -27,6 +27,7 @@ #include <stdio.h> class tree; +class tree_function; // Tell g++ that clean_up_and_exit doesn't return; @@ -78,6 +79,9 @@ // Current command to execute. extern tree *global_command; +// Pointer to function that is currently being evaluated. +extern tree_function *curr_function; + #endif /*