Mercurial > hg > octave-lyh
diff src/ov.h @ 3205:549691faa638
[project @ 1998-10-31 04:20:15 by jwe]
author | jwe |
---|---|
date | Sat, 31 Oct 1998 04:20:18 +0000 |
parents | 81738e630f57 |
children | fbb332b96e4f |
line wrap: on
line diff
--- a/src/ov.h +++ b/src/ov.h @@ -471,6 +471,9 @@ void do_non_const_unary_op (octave_value::unary_op); + void do_non_const_unary_op (octave_value::unary_op, + const octave_value_list& idx); + friend octave_value do_binary_op (octave_value::binary_op, const octave_value&, const octave_value&); @@ -520,6 +523,8 @@ static int curr_print_indent_level; static bool beginning_of_line; + assign_op unary_op_to_assign_op (unary_op op); + binary_op op_eq_to_binary_op (assign_op op); void simple_assign (assign_op orig_op, const octave_value_list& idx,