Mercurial > hg > octave-nkf
diff src/variables.h @ 4988:352d228d409b
[project @ 2004-09-11 13:05:38 by jwe]
author | jwe |
---|---|
date | Sat, 11 Sep 2004 13:05:39 +0000 |
parents | ed0f3cb6d3d4 |
children | da607e9daf12 |
line wrap: on
line diff
--- a/src/variables.h +++ b/src/variables.h @@ -89,6 +89,8 @@ extern octave_value lookup_user_function (const std::string& nm); +extern octave_value lookup_function_handle (const std::string& nm); + extern octave_value get_global_value (const std::string& nm); extern void set_global_value (const std::string& nm, const octave_value& val); @@ -120,6 +122,8 @@ extern bool mislocked (const std::string&); extern bool clear_function (const std::string& nm); +extern bool clear_variable (const std::string& nm); +extern bool clear_symbol (const std::string& nm); // Symbol table for symbols at the top level. extern symbol_table *top_level_sym_tab;