diff src/pt-walk.h @ 4342:813effe14ee1

[project @ 2003-02-20 08:35:55 by jwe]
author jwe
date Thu, 20 Feb 2003 08:35:55 +0000
parents fa3482b34599
children b04b30d30c66
line wrap: on
line diff
--- a/src/pt-walk.h	Thu Feb 20 04:49:55 2003 +0000
+++ b/src/pt-walk.h	Thu Feb 20 08:35:55 2003 +0000
@@ -47,6 +47,7 @@
 class tree_multi_assignment;
 class tree_no_op_command;
 class tree_constant;
+class tree_fcn_handle;
 class tree_parameter_list;
 class tree_plot_command;
 class plot_limits;
@@ -146,6 +147,9 @@
   visit_constant (tree_constant&) = 0;
 
   virtual void
+  visit_fcn_handle (tree_fcn_handle&) = 0;
+
+  virtual void
   visit_parameter_list (tree_parameter_list&) = 0;
 
   virtual void