Mercurial > hg > octave-lyh
diff src/pt-binop.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 | 3100283874d7 |
children | 35cd375d4bb3 |
line wrap: on
line diff
--- a/src/pt-binop.h +++ b/src/pt-binop.h @@ -70,7 +70,7 @@ bool rvalue_ok (void) const { return true; } - octave_value rvalue (void); + octave_value rvalue1 (int nargout = 1); octave_value_list rvalue (int nargout); @@ -131,7 +131,7 @@ bool rvalue_ok (void) const { return true; } - octave_value rvalue (void); + octave_value rvalue1 (int nargout = 1); octave_value_list rvalue (int nargout);