Mercurial > hg > octave-lyh
diff src/variables.cc @ 6068:c9f0839c583f
[project @ 2006-10-20 16:54:30 by jwe]
author | jwe |
---|---|
date | Fri, 20 Oct 2006 16:54:30 +0000 |
parents | a703198cb8b8 |
children | 4036e6fca790 |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -104,6 +104,14 @@ curr_caller_sym_tab = curr_sym_tab = top_level_sym_tab; } +void +delete_symbol_tables (void) +{ + delete fbi_sym_tab; + delete global_sym_tab; + delete top_level_sym_tab; +} + // Attributes of variables and functions. // Is this a command-style function?