err_syntax17.tab.c revision 302408
1187423Sgonzo/* original parser id follows */
2187423Sgonzo/* yysccsid[] = "@(#)yaccpar	1.9 (Berkeley) 02/21/93" */
3187706Sgonzo/* (use YYMAJOR/YYMINOR for ifdefs dependent of parser version) */
4187456Sgonzo
5188884Sgonzo#define YYBYACC 1
6187706Sgonzo#define YYMAJOR 1
7188809Sgonzo#define YYMINOR 9
8187517Sgonzo#define YYCHECK "yyyymmdd"
9187456Sgonzo
10#define YYEMPTY        (-1)
11#define yyclearin      (yychar = YYEMPTY)
12#define yyerrok        (yyerrflag = 0)
13#define YYRECOVERING() (yyerrflag != 0)
14#define YYENOMEM       (-2)
15#define YYEOF          0
16