Mercurial > hg > octave-nkf
diff src/pt-fcn-handle.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 | 71f068b22fcc |
children | 35cd375d4bb3 |
line wrap: on
line diff
--- a/src/pt-fcn-handle.h +++ b/src/pt-fcn-handle.h @@ -65,7 +65,7 @@ bool rvalue_ok (void) const { return true; } - octave_value rvalue (void); + octave_value rvalue1 (int nargout = 1); octave_value_list rvalue (int nargout); @@ -106,7 +106,7 @@ bool rvalue_ok (void) const { return true; } - octave_value rvalue (void); + octave_value rvalue1 (int nargout = 1); octave_value_list rvalue (int nargout);