Mercurial > hg > octave-nkf
diff src/pt-decl.h @ 2989:6a7b578b6fb4
[project @ 1997-05-16 07:54:10 by jwe]
author | jwe |
---|---|
date | Fri, 16 May 1997 07:54:19 +0000 |
parents | daa1ed1f5462 |
children | b80bbb43a1a9 |
line wrap: on
line diff
--- a/src/pt-decl.h +++ b/src/pt-decl.h @@ -45,7 +45,7 @@ { public: - typedef void (*eval_fcn) (tree_decl_elt &, bool); + typedef void (*eval_fcn) (tree_decl_elt &); tree_decl_elt (tree_identifier *i = 0, tree_expression *e = 0) : id (i), expr (e) { } @@ -95,7 +95,7 @@ } } - void eval (tree_decl_elt::eval_fcn, bool); + void eval (tree_decl_elt::eval_fcn); void accept (tree_walker& tw); @@ -169,6 +169,8 @@ private: + static void do_init (tree_decl_elt& elt); + // No copying! tree_global_command (const tree_global_command&); @@ -195,6 +197,8 @@ private: + static void do_init (tree_decl_elt& elt); + // No copying! tree_static_command (const tree_static_command&);