Mercurial > hg > octave-lyh
diff src/pt-unop.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 | 745a8299c2b5 |
children | 5861b95e9879 |
line wrap: on
line diff
--- a/src/pt-unop.h +++ b/src/pt-unop.h @@ -104,7 +104,8 @@ void eval_error (void); - tree_expression *dup (symbol_table::scope_id scope); + tree_expression *dup (symbol_table::scope_id scope, + symbol_table::context_id context); void accept (tree_walker& tw); @@ -142,7 +143,8 @@ void eval_error (void); - tree_expression *dup (symbol_table::scope_id scope); + tree_expression *dup (symbol_table::scope_id scope, + symbol_table::context_id context); void accept (tree_walker& tw);