Mercurial > hg > octave-lyh
diff src/pt-pr-code.h @ 2846:52e7c4509983
[project @ 1997-03-26 23:27:35 by jwe]
author | jwe |
---|---|
date | Wed, 26 Mar 1997 23:29:12 +0000 |
parents | 2c0f259cf83d |
children | 8b262e771614 |
line wrap: on
line diff
--- a/src/pt-pr-code.h +++ b/src/pt-pr-code.h @@ -56,6 +56,12 @@ void visit_continue_command (tree_continue_command&); + void visit_decl_command (tree_decl_command&); + + void visit_decl_elt (tree_decl_elt&); + + void visit_decl_init_list (tree_decl_init_list&); + void visit_for_command (tree_for_command&); void visit_function (tree_function&); @@ -64,12 +70,6 @@ void visit_function_trailer (tree_function&); - void visit_global (tree_global&); - - void visit_global_command (tree_global_command&); - - void visit_global_init_list (tree_global_init_list&); - void visit_identifier (tree_identifier&); void visit_if_clause (tree_if_clause&); @@ -78,12 +78,6 @@ void visit_if_command_list (tree_if_command_list&); - void visit_switch_case (tree_switch_case&); - - void visit_switch_case_list (tree_switch_case_list&); - - void visit_switch_command (tree_switch_command&); - void visit_index_expression (tree_index_expression&); void visit_indirect_ref (tree_indirect_ref&); @@ -130,6 +124,12 @@ void visit_subplot_using (subplot_using&); + void visit_switch_case (tree_switch_case&); + + void visit_switch_case_list (tree_switch_case_list&); + + void visit_switch_command (tree_switch_command&); + void visit_try_catch_command (tree_try_catch_command&); void visit_unary_expression (tree_unary_expression&);