diff src/symtab.h @ 8691:7838271ee25c

symtab.cc (symbol_table::fcn_info::fcn_info_rep::find): avoid recursive call
author John W. Eaton <jwe@octave.org>
date Thu, 05 Feb 2009 19:58:04 -0500
parents 47a3d2f829e4
children 96d87674b818
line wrap: on
line diff
--- a/src/symtab.h
+++ b/src/symtab.h
@@ -702,6 +702,10 @@
 
     private:
 
+      octave_value
+      xfind (tree_argument_list *args, const string_vector& arg_names,
+	     octave_value_list& evaluated_args, bool& args_evaluated);
+
       // No copying!
 
       fcn_info_rep (const fcn_info_rep&);