Mercurial > hg > octave-nkf
diff src/pt-misc.h @ 5861:2a6cb4ed8f1e
[project @ 2006-06-16 05:09:41 by jwe]
author | jwe |
---|---|
date | Fri, 16 Jun 2006 05:09:42 +0000 |
parents | 415ae81d331b |
children | 516d3071b34c |
line wrap: on
line diff
--- a/src/pt-misc.h +++ b/src/pt-misc.h @@ -75,6 +75,8 @@ octave_value_list convert_to_const_vector (const Cell& varargout); + tree_parameter_list *dup (symbol_table *sym_tab); + void accept (tree_walker& tw); private: @@ -102,6 +104,8 @@ ~tree_return_list (void); + tree_return_list *dup (symbol_table *sym_tab); + void accept (tree_walker& tw); private: