00001 #ifndef MYCONV_H
00002 #define MYCONV_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #define yylookahead (YYPARSENAME).yymlookahead
00014 #define yystackgrow (YYPARSENAME).yymstackgrow
00015 #define yyexitflg (YYPARSENAME).yymexitflg
00016 #define yyretireflg (YYPARSENAME).yymretireflg
00017 #define yyerrorflg (YYPARSENAME).yymerrorflg
00018 #define yypopflg (YYPARSENAME).yympopflg
00019 #define yywipeflg (YYPARSENAME).yymwipeflg
00020 #define yytop (YYPARSENAME).yymtop
00021 #define yychar (YYPARSENAME).yymchar
00022 #define yyskip (YYPARSENAME).yymskip
00023 #define yyerrorcount (YYPARSENAME).yymerrorcount
00024 #define yyexitcode (YYPARSENAME).yymexitcode
00025 #define yyretirecode (YYPARSENAME).yymretirecode
00026 #define yyerrorpop (YYPARSENAME).yymerrorpop
00027 #define yyparseerr (YYPARSENAME).yymerr
00028 #define yystackptr (YYPARSENAME).yymstackptr
00029 #define yysstackptr (YYPARSENAME).yymsstackptr
00030 #define yystack_size (YYPARSENAME).yymstack_size
00031 #define yysstack_size (YYPARSENAME).yymsstack_size
00032 #define yyattribute_size (YYPARSENAME).yymattribute_size
00033 #define yyvalptr (YYPARSENAME).yymvalptr
00034 #define yylvalptr (YYPARSENAME).yymlvalptr
00035 #define yyattributestackptr (YYPARSENAME).yymattributestackptr
00036 #define yysattributestackptr (YYPARSENAME).yymsattributestackptr
00037 #define yyparsedebug (YYPARSENAME).yymdebug
00038 #define yyparsedebugstack (YYPARSENAME).yymdebugstack
00039 #define yyparsedebugflush (YYPARSENAME).yymdebugflush
00040 #define yyparsedebugout (YYPARSENAME).yymdebugout
00041
00042
00043 #define yycparse() yymcparse(&(YYPARSENAME))
00044 #define yycwipe() yymcwipe(&(YYPARSENAME))
00045 #define yycwork() yymcwork(&(YYPARSENAME))
00046 #define yydestructpop(num) yymdestructpop(&(YYPARSENAME), (num))
00047 #define yyparse() yymparse(&(YYPARSENAME))
00048 #define yyparsecleanup() yymparsecleanup(&(YYPARSENAME))
00049 #define yyparseinit() yymparseinit(&(YYPARSENAME))
00050 #define yysetstacksize(size) yymsetstacksize(&(YYPARSENAME), (size))
00051 #define yysetup() yymsetup(&(YYPARSENAME))
00052 #define yywipe() yymwipe(&(YYPARSENAME))
00053 #define yywork() yymwork(&(YYPARSENAME))
00054
00055
00056 #define yygettoken() (*(YYPARSENAME).yymgettoken)(&(YYPARSENAME))
00057 #define yystackoverflow() (*(YYPARSENAME).yymstackoverflow)(&(YYPARSENAME))
00058 #define yyerror(text) (*(YYPARSENAME).yymerror)(&(YYPARSENAME), (text))
00059 #define yysyntaxerror() (*(YYPARSENAME).yymsyntaxerror)(&(YYPARSENAME))
00060 #define yydiscard(token) (*(YYPARSENAME).yymdiscard)(&(YYPARSENAME), (token))
00061
00062
00063 #define yycdestructclearin() yymcdestructclearin(&(YYPARSENAME))
00064 #define yydestructclearin() yymdestructclearin(&(YYPARSENAME))
00065 #define yysetin(token) yymsetin(&(YYPARSENAME), (token))
00066 #define yyunclearin() yymunclearin(&(YYPARSENAME))
00067 #define yyabort() yymabort(&(YYPARSENAME))
00068 #define yyaccept() yymaccept(&(YYPARSENAME))
00069 #define yyclearin() yymclearin(&(YYPARSENAME))
00070 #define yydestructclearin() yymdestructclearin(&(YYPARSENAME))
00071 #define yyerrok() yymerrok(&(YYPARSENAME))
00072 #define yyexit(exitcode) yymexit(&(YYPARSENAME), (exitcode))
00073 #define yyforceerror() yymforceerror(&(YYPARSENAME))
00074 #define yypopping() yympopping(&(YYPARSENAME))
00075 #define yyrecovering() yymrecovering(&(YYPARSENAME))
00076 #define yyretire(retirecode) yymretire(&(YYPARSENAME), (retirecode))
00077 #define yythrowerror(pop) yymthrowerror(&(YYPARSENAME), (pop))
00078
00079 #ifdef YY_COMPATIBLE
00080 #undef yyerrok
00081 #define yyerrok yymerrok(&(YYPARSENAME))
00082 #undef yyclearin
00083 #define yyclearin yymclearin(&(YYPARSENAME))
00084 #endif
00085 #define YYACCEPT yymaccept(&(YYPARSENAME))
00086 #define YYABORT yymabort(&(YYPARSENAME))
00087 #define YYERROR yymforceerror(&(YYPARSENAME))
00088 #define YYRECOVERING yymrecovering(&(YYPARSENAME))
00089
00090 #endif
00091