Mercurial > hg > octave-avbm
diff src/variables.h @ 4245:610671be8792
[project @ 2002-12-28 04:02:31 by jwe]
author | jwe |
---|---|
date | Sat, 28 Dec 2002 04:02:31 +0000 (2002-12-28) |
parents | e96f52432059 |
children | 05973ead74eb |
line wrap: on
line diff
--- a/src/variables.h +++ b/src/variables.h @@ -116,6 +116,9 @@ // Symbol table for the current scope. extern symbol_table *curr_sym_tab; +// Symbol table for the current caller scope. +extern symbol_table *curr_caller_sym_tab; + // Symbol table for global symbols. extern symbol_table *global_sym_tab;