Mercurial > hg > octave-lyh
diff src/parse.y @ 4186:bf9c5ca4c3f3
[project @ 2002-11-19 00:33:40 by jwe]
author | jwe |
---|---|
date | Tue, 19 Nov 2002 00:33:40 +0000 |
parents | 2aea727f516f |
children | fa3482b34599 |
line wrap: on
line diff
--- a/src/parse.y +++ b/src/parse.y @@ -134,7 +134,7 @@ bool evaluating_function_body = false; // Keep track of symbol table information when parsing functions. -static symbol_table *symtab_context = 0; +symbol_table *symtab_context = 0; // Forward declarations for some functions defined at the bottom of // the file.