82
|
1 /* Do not edit this file. This is automatically generated. */
|
60
|
2
|
|
3 extern Converter null_converter;
|
82
|
4
|
|
5
|
|
6
|
|
7 Converter null_converter = {
|
609
|
8 &expr_,
|
82
|
9 &conv_,
|
|
10 &noconv_,
|
|
11 &comment_,
|
|
12 &open_,
|
|
13 &print_,
|
|
14 &close_,
|
|
15 &case_,
|
|
16 &case_begin_,
|
|
17 &code_,
|
|
18 &code_end_,
|
|
19 &comma_,
|
|
20 &cond_,
|
|
21 &cond1_,
|
|
22 &cond2_,
|
|
23 &cond_end_,
|
|
24 &decl_data_begin_,
|
|
25 &decl_data_end_,
|
|
26 &def_,
|
|
27 &dowhile_,
|
|
28 &dowhile_cond_,
|
|
29 &dowhile_end_,
|
|
30 &error_,
|
|
31 &extern_,
|
|
32 &for_,
|
|
33 &for1_,
|
|
34 &for2_,
|
|
35 &for_body_,
|
|
36 &for_end_,
|
|
37 &funcall_,
|
|
38 &funcall_args_,
|
|
39 &function_,
|
|
40 &function_end_,
|
|
41 &goto_,
|
|
42 &goto_label_,
|
|
43 &id_,
|
|
44 &string_,
|
|
45 &const_,
|
|
46 &return_f_,
|
|
47 &defined_,
|
|
48 &environment_,
|
|
49 &if_,
|
|
50 &if_else_,
|
|
51 &if_endif_,
|
|
52 &if_then_,
|
|
53 &jump_,
|
|
54 &label_,
|
|
55 &lbra_,
|
|
56 &lc_,
|
|
57 &localvar_end_,
|
|
58 &lpar_,
|
|
59 &op_,
|
|
60 &postfix_,
|
|
61 &prefix_,
|
|
62 &rbra_,
|
|
63 &rc_,
|
|
64 ®ister_,
|
|
65 &return_,
|
|
66 &return_end_,
|
|
67 &return_type_,
|
|
68 &rpar_,
|
|
69 &sm_,
|
|
70 &static_,
|
|
71 &switch_,
|
|
72 &switch_body_,
|
|
73 &switch_end_,
|
|
74 &typedef_,
|
564
|
75 &type_,
|
82
|
76 &while_,
|
|
77 &while_body_,
|
|
78 &while_end_,
|
|
79 &decl_data_,
|
|
80 &break_,
|
|
81 &continue_,
|
|
82 &sdecl_,
|
|
83 };
|