Deleted Added
full compact
err_syntax18.tab.c (268899) err_syntax18.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"

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

135#endif
136#ifndef YYERROR_CALL
137#define YYERROR_CALL(msg) yyerror(msg)
138#endif
139
140extern int YYPARSE_DECL();
141
142#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"

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

135#endif
136#ifndef YYERROR_CALL
137#define YYERROR_CALL(msg) yyerror(msg)
138#endif
139
140extern int YYPARSE_DECL();
141
142#define YYERRCODE 256
143typedef short YYINT;
143typedef int YYINT;
144static const YYINT err_syntax18_lhs[] = { -1,
145 0,
146};
147static const YYINT err_syntax18_len[] = { 2,
148 3,
149};
150static const YYINT err_syntax18_defred[] = { 0,
151 0, 0, 0, 1,

--- 364 unchanged lines hidden ---
144static const YYINT err_syntax18_lhs[] = { -1,
145 0,
146};
147static const YYINT err_syntax18_len[] = { 2,
148 3,
149};
150static const YYINT err_syntax18_defred[] = { 0,
151 0, 0, 0, 1,

--- 364 unchanged lines hidden ---