Mercurial > hg > octave-nkf
diff src/variables.h @ 6323:ea65de49e18e
[project @ 2007-02-17 02:51:02 by jwe]
author | jwe |
---|---|
date | Sat, 17 Feb 2007 02:51:03 +0000 |
parents | c68896f193e3 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/src/variables.h +++ b/src/variables.h @@ -99,7 +99,9 @@ extern OCTINTERP_API symbol_record * lookup_by_name (const std::string& nm, bool exec_script = true); -extern OCTINTERP_API octave_value lookup_function (const std::string& nm); +extern OCTINTERP_API octave_value +lookup_function (const std::string& nm, + const std::string& parent = std::string ()); extern OCTINTERP_API octave_value lookup_user_function (const std::string& nm);