diff src/pt-pr-code.h @ 2969:1b47dd00a831

[project @ 1997-05-15 17:57:48 by jwe]
author jwe
date Thu, 15 May 1997 17:58:30 +0000
parents 8a77d52c9d02
children 1aeb8869e464
line wrap: on
line diff
--- a/src/pt-pr-code.h	Thu May 15 17:54:17 1997 +0000
+++ b/src/pt-pr-code.h	Thu May 15 17:58:30 1997 +0000
@@ -62,7 +62,9 @@
 
   void visit_decl_init_list (tree_decl_init_list&);
 
-  void visit_for_command (tree_for_command&);
+  void visit_simple_for_command (tree_simple_for_command&);
+
+  void visit_complex_for_command (tree_complex_for_command&);
 
   void visit_octave_user_function (octave_user_function&);
 
@@ -84,9 +86,7 @@
 
   void visit_matrix (tree_matrix&);
 
-  void visit_matrix_row (tree_matrix_row&);
-
-  void visit_multi_assignment_expression (tree_multi_assignment_expression&);
+  void visit_multi_assignment (tree_multi_assignment&);
 
   void visit_no_op_command (tree_no_op_command&);
 
@@ -110,7 +110,7 @@
 
   void visit_return_list (tree_return_list&);
 
-  void visit_simple_assignment_expression (tree_simple_assignment_expression&);
+  void visit_simple_assignment (tree_simple_assignment&);
 
   void visit_statement (tree_statement&);