}
{ (YY_ ("syntax error: cannot back up")); ;
} (0)
# define YYTERROR1
# define YYERRCODE256
/* YYLLOC_DEFAULT - Set CURRENT to span from RHS [1] to RHS [N]. N is 0, then set CURRENT to the empty location which endsprevious symbol: RHS [0] (always defined) . */p align="justify"> # define YYRHSLOC (Rhs, K) ((Rhs) [K])
# ifndef YYLLOC_DEFAULT
# define YYLLOC_DEFAULT (Current, Rhs, N) (N)
{
(Current). first_line = YYRHSLOC (Rhs, 1). first_line;
(Current). first_column = YYRHSLOC (Rhs, 1). first_column;
(Current). last_line = YYRHSLOC (Rhs, N). last_line;
(Current). last_column = YYRHSLOC (Rhs, N). last_column;
}
{
(Current). first_line = (Current). last_line = (Rhs, 0). last_line;
(Current). first_column = (Current). last_column = (Rhs, 0). last_column;
} (0)
# endif
/* YY_LOCATION_PRINT - Print the location on the stream.macro was not mandated originally: define only if we knowwon't break user code: when these are the locations we know. */p align="justify"> # ifndef YY_LOCATION_PRINT
# if YYLTYPE_IS_TRIVIAL
# define YY_LOCATION_PRINT (File, Loc) (File, "% d.% d-% d.% d",
(Loc). first_line, (Loc). first_column,
(Loc). last_line, (Loc). last_column)
# else
# define YY_LOCATION_PRINT (File, Loc) ((void) 0)
# endif
# endif
/* YYLEX - calling `yylex 'with the right arguments. */p align="justify"> # ifdef YYLEX_PARAM
# define YYLEX yylex (YYLEX_PARAM)
# else
# define YYLEX yylex ()
# endif
/* Enable debugging if requested. */p align="justify"> # if YYDEBUG
# ifndef YYFPRINTF
# include /* INFRINGES ON USER NAME SPACE */
# define YYFPRINTF fprintf
# endif
# define YYDPRINTF (Args) { (yydebug) Args;
} while (0)
# define YY_SYMBOL_PRINT (Title, Type, Value, Location) { (yydebug)
{ (stderr, "% s", Title); (stderr, , Value); (stderr, " n");
}
} while (0)
/* ---------...