diff src/pt-pr-code.cc @ 4207:fa3482b34599

[project @ 2002-12-03 18:22:05 by jwe]
author jwe
date Tue, 03 Dec 2002 18:22:51 +0000
parents 5719210fff4c
children 23d06c9e1edd
line wrap: on
line diff
--- a/src/pt-pr-code.cc	Fri Nov 29 20:13:01 2002 +0000
+++ b/src/pt-pr-code.cc	Tue Dec 03 18:22:51 2002 +0000
@@ -82,7 +82,7 @@
 }
 
 void
-tree_print_code::visit_break_expression (tree_break_expression&)
+tree_print_code::visit_break_command (tree_break_command&)
 {
   indent ();
 
@@ -123,7 +123,7 @@
 }
 
 void
-tree_print_code::visit_continue_expression (tree_continue_expression&)
+tree_print_code::visit_continue_command (tree_continue_command&)
 {
   indent ();
 
@@ -782,7 +782,7 @@
 }
 
 void
-tree_print_code::visit_return_expression (tree_return_expression&)
+tree_print_code::visit_return_command (tree_return_command&)
 {
   indent ();