diff src/pt-mat.h @ 2124:97a566037a75

[project @ 1996-05-12 07:16:36 by jwe]
author jwe
date Sun, 12 May 1996 07:16:36 +0000
parents bfb775fb6fe8
children 977f7dd0999c
line wrap: on
line diff
--- a/src/pt-mat.h	Sun May 12 07:16:36 1996 +0000
+++ b/src/pt-mat.h	Sun May 12 07:16:36 1996 +0000
@@ -32,6 +32,8 @@
 class octave_value;
 class tree_return_list;
 
+class tree_walker;
+
 #include <SLList.h>
 
 #include "pt-exp.h"
@@ -56,7 +58,7 @@
 
   tree_return_list *to_return_list (void);
 
-  void print_code (ostream& os);
+  void accept (tree_walker& tw);
 };
 
 class
@@ -77,7 +79,7 @@
 
   octave_value eval (bool print);
 
-  void print_code (ostream& os);
+  void accept (tree_walker& tw);
 };
 
 #endif