diff src/variables.h @ 5027:da607e9daf12

[project @ 2004-09-23 01:37:57 by jwe]
author jwe
date Thu, 23 Sep 2004 01:37:58 +0000
parents 352d228d409b
children b04b30d30c66
line wrap: on
line diff
--- a/src/variables.h	Thu Sep 23 01:04:32 2004 +0000
+++ b/src/variables.h	Thu Sep 23 01:37:58 2004 +0000
@@ -91,7 +91,8 @@
 
 extern octave_value lookup_function_handle (const std::string& nm);
 
-extern octave_value get_global_value (const std::string& nm);
+extern octave_value
+get_global_value (const std::string& nm, bool silent = false);
 
 extern void set_global_value (const std::string& nm, const octave_value& val);