Mercurial > hg > octave-lyh
diff src/parse.h @ 4186:bf9c5ca4c3f3
[project @ 2002-11-19 00:33:40 by jwe]
author | jwe |
---|---|
date | Tue, 19 Nov 2002 00:33:40 +0000 |
parents | e44ffad3d06c |
children | b9317f3973ec |
line wrap: on
line diff
--- a/src/parse.h +++ b/src/parse.h @@ -74,6 +74,9 @@ // an eval() statement. extern bool evaluating_function_body; +// Keep track of symbol table information when parsing functions. +extern symbol_table *symtab_context; + // TRUE means warn about function files that have time stamps in the future. extern bool Vwarn_future_time_stamp;