Deleted Added
full compact
pure_error.tab.c (268899) pure_error.tab.c (277086)
1/* original parser id follows */
2/* yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93" */
3/* (use YYMAJOR/YYMINOR for ifdefs dependent on parser version) */
4
5#define YYBYACC 1
6#define YYMAJOR 1
7#define YYMINOR 9
8#define YYCHECK "yyyymmdd"

--- 138 unchanged lines hidden (view full) ---

147#endif
148#ifndef YYERROR_CALL
149#define YYERROR_CALL(msg) yyerror(msg)
150#endif
151
152extern int YYPARSE_DECL();
153
154#define YYERRCODE 256
1/* original parser id follows */
2/* yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93" */
3/* (use YYMAJOR/YYMINOR for ifdefs dependent on parser version) */
4
5#define YYBYACC 1
6#define YYMAJOR 1
7#define YYMINOR 9
8#define YYCHECK "yyyymmdd"

--- 138 unchanged lines hidden (view full) ---

147#endif
148#ifndef YYERROR_CALL
149#define YYERROR_CALL(msg) yyerror(msg)
150#endif
151
152extern int YYPARSE_DECL();
153
154#define YYERRCODE 256
155typedef short YYINT;
155typedef int YYINT;
156static const YYINT error_lhs[] = { -1,
157 0,
158};
159static const YYINT error_len[] = { 2,
160 1,
161};
162static const YYINT error_defred[] = { 0,
163 1, 0,

--- 361 unchanged lines hidden ---
156static const YYINT error_lhs[] = { -1,
157 0,
158};
159static const YYINT error_len[] = { 2,
160 1,
161};
162static const YYINT error_defred[] = { 0,
163 1, 0,

--- 361 unchanged lines hidden ---