diff src/pt-cell.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-cell.h	Tue Feb 03 12:47:38 2009 +0100
+++ b/src/pt-cell.h	Wed Feb 04 00:47:53 2009 -0500
@@ -49,7 +49,7 @@
 
   bool rvalue_ok (void) const { return true; }
 
-  octave_value rvalue (void);
+  octave_value rvalue1 (int nargout = 1);
 
   octave_value_list rvalue (int);