diff src/pt-id.cc @ 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 5adeea5de26c
children 7ba62ea0f161
line wrap: on
line diff
--- a/src/pt-id.cc	Tue May 06 13:39:55 2008 -0400
+++ b/src/pt-id.cc	Wed May 07 13:45:30 2008 -0400
@@ -123,7 +123,8 @@
 }
 
 tree_identifier *
-tree_identifier::dup (symbol_table::scope_id sc)
+tree_identifier::dup (symbol_table::scope_id sc,
+		      symbol_table::context_id context)
 {
   // The new tree_identifier object contains a symbol_record
   // entry from the duplicated scope.