diff src/symtab.h @ 9509:c5330ef7aecd

fix handles to private functions, simplify out-of-date checks in symtab
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 10 Aug 2009 10:08:10 +0200 (2009-08-10)
parents 25ed2d6aacf6
children 3d0d2bda3a0f
line wrap: on
line diff
--- a/src/symtab.h
+++ b/src/symtab.h
@@ -2303,10 +2303,8 @@
 };
 
 extern bool out_of_date_check (octave_value& function,
-                               const std::string& dispatch_type = std::string ());
-
-extern bool out_of_date_check (octave_function* fcn,
-                               const std::string& dispatch_type = std::string ());
+                               const std::string& dispatch_type = std::string (),
+                               bool check_relative = true);
 
 extern std::string get_dispatch_type (const octave_value_list& args);