diff src/pt-colon.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-colon.h
+++ b/src/pt-colon.h
@@ -77,7 +77,7 @@
 
   bool rvalue_ok (void) const { return true; }
 
-  octave_value rvalue (void);
+  octave_value rvalue1 (int nargout = 1);
 
   octave_value_list rvalue (int nargout);