diff src/ov-base.h @ 4654:a9b22513b7a6

[project @ 2003-11-24 18:56:35 by jwe]
author jwe
date Mon, 24 Nov 2003 18:56:35 +0000
parents bd2067547b40
children e6260247a166
line wrap: on
line diff
--- a/src/ov-base.h	Mon Nov 24 05:02:46 2003 +0000
+++ b/src/ov-base.h	Mon Nov 24 18:56:35 2003 +0000
@@ -165,6 +165,8 @@
 
   bool is_constant (void) const { return false; }
 
+  bool is_function_handle (void) const { return false; }
+
   bool is_function (void) const { return false; }
 
   bool is_builtin_function (void) const { return false; }
@@ -230,9 +232,9 @@
 
   streamoff_array streamoff_array_value (void) const;
 
-  octave_function *function_value (bool silent);
+  octave_function *function_value (bool silent = false);
 
-  octave_fcn_handle *fcn_handle_value (bool silent);
+  octave_fcn_handle *fcn_handle_value (bool silent = false);
 
   octave_value_list list_value (void) const;