diff src/pt-indir.h @ 2942:026f342c2019

[project @ 1997-05-08 02:20:57 by jwe]
author jwe
date Thu, 08 May 1997 02:28:50 +0000
parents 4b71bb90c388
children 56be458e237f
line wrap: on
line diff
--- a/src/pt-indir.h	Thu May 08 02:17:52 1997 +0000
+++ b/src/pt-indir.h	Thu May 08 02:28:50 1997 +0000
@@ -31,6 +31,8 @@
 
 #include <string>
 
+class octave_value;
+class octave_value_list;
 class tree_identifier;
 class tree_walker;
 
@@ -85,8 +87,8 @@
 
   octave_value eval (bool print = false);
 
-  octave_value_list eval (bool print, int nargout,
-			  const octave_value_list& args);
+  octave_value_list
+  eval (bool print, int nargout, const octave_value_list& args);
 
   octave_value value (void) const;
   octave_value& reference (void);