Mercurial > hg > octave-lyh
diff src/ov.h @ 2575:e57847e2de87
[project @ 1996-12-09 18:05:37 by jwe]
author | jwe |
---|---|
date | Mon, 09 Dec 1996 18:05:39 +0000 |
parents | 2480ef198c46 |
children | eedc2f3f61f7 |
line wrap: on
line diff
--- a/src/ov.h +++ b/src/ov.h @@ -379,8 +379,9 @@ // Binary and unary operations. - friend octave_value do_binary_op (octave_value& a, octave_value& b, - tree_expression::type t); + friend octave_value do_binary_op (octave_value::binary_op, + const octave_value&, + const octave_value&); // Can we make these go away? @@ -475,10 +476,6 @@ extern void increment_struct_indent (void); extern void decrement_struct_indent (void); -extern octave_value -do_binary_op (octave_value::binary_op, const octave_value&, - const octave_value&); - extern void install_types (void); #endif