diff src/pt-id.h @ 7767:71f068b22fcc

scope and context fixes for function handles
author John W. Eaton <jwe@octave.org>
date Wed, 07 May 2008 13:45:30 -0400
parents e76a4a6e3c47
children 73c4516fae10
line wrap: on
line diff
--- a/src/pt-id.h	Tue May 06 13:39:55 2008 -0400
+++ b/src/pt-id.h	Wed May 07 13:45:30 2008 -0400
@@ -111,7 +111,8 @@
 
   void eval_undefined_error (void);
 
-  tree_identifier *dup (symbol_table::scope_id scope);
+  tree_identifier *dup (symbol_table::scope_id scope,
+			symbol_table::context_id context);
 
   void accept (tree_walker& tw);