=
{
"#ifdef YYSTACKSIZE",
"#undef YYMAXDEPTH",
"#define YYMAXDEPTH YYSTACKSIZE",
"#else",
"#ifdef YYMAXDEPTH",
"#define YYSTACKSIZE YYMAXDEPTH",
"#else",
"#define YYSTACKSIZE 500",
"#define YYMAXDEPTH 500",
"#endif",
"#endif",
"#if YYDEBUG",
"static int yydebug;",
"#endif",
"static int yynerrs;",
"static int yyerrflag;",
"static int yychar;",
"static short *yyssp;",
"static YYSTYPE *yyvsp;",
"static YYSTYPE yyval;",
"static YYSTYPE yylval;",
"static short yyss[YYSTACKSIZE];",
"static YYSTYPE yyvs[YYSTACKSIZE];",
"#define yystacksize YYSTACKSIZE",
0
}