comparison src/pt-pr-code.h @ 2891:1a30f46e1870

[project @ 1997-04-28 01:49:00 by jwe]
author jwe
date Mon, 28 Apr 1997 02:01:22 +0000
parents 8b262e771614
children 194b50e4725b
comparison
equal deleted inserted replaced
2890:42901f9a9266 2891:1a30f46e1870
48 48
49 void visit_binary_expression (tree_binary_expression&); 49 void visit_binary_expression (tree_binary_expression&);
50 50
51 void visit_break_command (tree_break_command&); 51 void visit_break_command (tree_break_command&);
52 52
53 void visit_builtin (tree_builtin&);
54
55 void visit_colon_expression (tree_colon_expression&); 53 void visit_colon_expression (tree_colon_expression&);
56 54
57 void visit_continue_command (tree_continue_command&); 55 void visit_continue_command (tree_continue_command&);
58 56
59 void visit_decl_command (tree_decl_command&); 57 void visit_decl_command (tree_decl_command&);
62 60
63 void visit_decl_init_list (tree_decl_init_list&); 61 void visit_decl_init_list (tree_decl_init_list&);
64 62
65 void visit_for_command (tree_for_command&); 63 void visit_for_command (tree_for_command&);
66 64
67 void visit_function (tree_function&); 65 void visit_octave_user_function (octave_user_function&);
68 66
69 void visit_function_header (tree_function&); 67 void visit_octave_user_function_header (octave_user_function&);
70 68
71 void visit_function_trailer (tree_function&); 69 void visit_octave_user_function_trailer (octave_user_function&);
72 70
73 void visit_identifier (tree_identifier&); 71 void visit_identifier (tree_identifier&);
74 72
75 void visit_if_clause (tree_if_clause&); 73 void visit_if_clause (tree_if_clause&);
76 74