Mercurial > hg > octave-lyh
diff src/pt-assign.h @ 7087:b04f0523558d
[project @ 2007-10-31 19:08:18 by jwe]
author | jwe |
---|---|
date | Wed, 31 Oct 2007 19:08:18 +0000 |
parents | a1dbe9d80eee |
children | 745a8299c2b5 1695e4627d2b |
line wrap: on
line diff
--- a/src/pt-assign.h +++ b/src/pt-assign.h @@ -76,6 +76,8 @@ void accept (tree_walker& tw); + octave_value::assign_op op_type (void) const { return etype; } + private: void do_assign (octave_lvalue& ult, const octave_value_list& args, @@ -143,6 +145,8 @@ tree_expression *dup (symbol_table *sym_tab); void accept (tree_walker& tw); + + octave_value::assign_op op_type (void) const { return etype; } private: