Mercurial > hg > octave-nkf
diff src/pt-jump.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 | 73c4516fae10 |
line wrap: on
line diff
--- a/src/pt-jump.h +++ b/src/pt-jump.h @@ -42,7 +42,8 @@ void eval (void); - tree_command *dup (symbol_table::scope_id scope); + tree_command *dup (symbol_table::scope_id scope, + symbol_table::context_id context); void accept (tree_walker& tw); @@ -71,7 +72,8 @@ void eval (void); - tree_command *dup (symbol_table::scope_id scope); + tree_command *dup (symbol_table::scope_id scope, + symbol_table::context_id context); void accept (tree_walker& tw); @@ -100,7 +102,8 @@ void eval (void); - tree_command *dup (symbol_table::scope_id scope); + tree_command *dup (symbol_table::scope_id scope, + symbol_table::context_id context); void accept (tree_walker& tw);