Mercurial > hg > octave-nkf
diff src/variables.h @ 4930:bdb307dc8613
[project @ 2004-08-05 04:55:26 by jwe]
author | jwe |
---|---|
date | Thu, 05 Aug 2004 04:55:26 +0000 |
parents | ca3a1d687bba |
children | ed0f3cb6d3d4 |
line wrap: on
line diff
--- a/src/variables.h +++ b/src/variables.h @@ -75,19 +75,16 @@ looks_like_struct (const std::string& text); extern int -symbol_exist (const std::string& name, - const std::string& type = std::string ()); +symbol_exist (const std::string& name, const std::string& type = "any"); extern bool lookup (symbol_record *s, bool exec_script = true); extern symbol_record * lookup_by_name (const std::string& nm, bool exec_script = true); -extern octave_function * -lookup_function (const std::string& nm); +extern octave_value lookup_function (const std::string& nm); -extern octave_user_function * -lookup_user_function (const std::string& nm); +extern octave_value lookup_user_function (const std::string& nm); extern octave_value get_global_value (const std::string& nm);