Mercurial > hg > octave-lyh
diff src/pt-assign.h @ 5861:2a6cb4ed8f1e
[project @ 2006-06-16 05:09:41 by jwe]
author | jwe |
---|---|
date | Fri, 16 Jun 2006 05:09:42 +0000 |
parents | 1138ced03f14 |
children | f1676652d808 |
line wrap: on
line diff
--- a/src/pt-assign.h +++ b/src/pt-assign.h @@ -74,6 +74,8 @@ tree_expression *right_hand_side (void) { return rhs; } + tree_expression *dup (symbol_table *sym_tab); + void accept (tree_walker& tw); private: @@ -142,6 +144,8 @@ tree_expression *right_hand_side (void) { return rhs; } + tree_expression *dup (symbol_table *sym_tab); + void accept (tree_walker& tw); private: