diff src/pt-cbinop.h @ 8658:73c4516fae10

New evaluator and debugger derived from tree-walker class
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 00:47:53 -0500
parents 5861b95e9879
children eb63fbe60fab
line wrap: on
line diff
--- a/src/pt-cbinop.h
+++ b/src/pt-cbinop.h
@@ -50,7 +50,7 @@
     : tree_binary_expression (a, b, l, c, t), op_lhs (ca), op_rhs (cb),
       etype (ct) { }
 
-  octave_value rvalue (void);
+  octave_value rvalue1 (int nargout = 1);
 
   octave_value::compound_binary_op cop_type (void) const { return etype; }