Revision 18251,
1.4 KB
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18250,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | #ifndef __RENAME_H |
---|
2 | #define __RENAME_H |
---|
3 | |
---|
4 | #define yymaxdepth __IDL_maxdepth |
---|
5 | #define yyparse __IDL_parse |
---|
6 | #define yylex __IDL_lex |
---|
7 | #define yylval __IDL_lval |
---|
8 | #define yychar __IDL_char |
---|
9 | #define yydebug __IDL_debug |
---|
10 | #define yypact __IDL_pact |
---|
11 | #define yyr1 __IDL_r1 |
---|
12 | #define yyr2 __IDL_r2 |
---|
13 | #define yydef __IDL_def |
---|
14 | #define yychk __IDL_chk |
---|
15 | #define yypgo __IDL_pgo |
---|
16 | #define yyact __IDL_act |
---|
17 | #define yyexca __IDL_exca |
---|
18 | #define yyerrflag __IDL_errflag |
---|
19 | #define yynerrs __IDL_nerrs |
---|
20 | #define yyps __IDL_ps |
---|
21 | #define yypv __IDL_pv |
---|
22 | #define yys __IDL_s |
---|
23 | #define yy_yys __IDL_yys |
---|
24 | #define yystate __IDL_state |
---|
25 | #define yytmp __IDL_tmp |
---|
26 | #define yyv __IDL_v |
---|
27 | #define yy_yyv __IDL_yyv |
---|
28 | #define yyval __IDL_val |
---|
29 | #define yylloc __IDL_lloc |
---|
30 | #define yyreds __IDL_reds |
---|
31 | #define yytoks __IDL_toks |
---|
32 | #define yylhs __IDL_lhs |
---|
33 | #define yylen __IDL_len |
---|
34 | #define yydefred __IDL_defred |
---|
35 | #define yydgoto __IDL_dgoto |
---|
36 | #define yysindex __IDL_sindex |
---|
37 | #define yyrindex __IDL_rindex |
---|
38 | #define yygindex __IDL_gindex |
---|
39 | #define yytable __IDL_table |
---|
40 | #define yycheck __IDL_check |
---|
41 | #define yyerror __IDL_error |
---|
42 | #define yywarning __IDL_warning |
---|
43 | #define yyerrorl __IDL_errorl |
---|
44 | #define yywarningl __IDL_warningl |
---|
45 | #define yyerrorv __IDL_errorv |
---|
46 | #define yywarningv __IDL_warningv |
---|
47 | #define yyerrorlv __IDL_errorlv |
---|
48 | #define yywarninglv __IDL_warninglv |
---|
49 | |
---|
50 | #endif /* __RENAME_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.