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

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

129#endif
130#ifndef YYERROR_CALL
131#define YYERROR_CALL(msg) yyerror(msg)
132#endif
133
134extern int YYPARSE_DECL();
135
136#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"

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

129#endif
130#ifndef YYERROR_CALL
131#define YYERROR_CALL(msg) yyerror(msg)
132#endif
133
134extern int YYPARSE_DECL();
135
136#define YYERRCODE 256
137typedef short YYINT;
137typedef int YYINT;
138static const YYINT err_syntax10_lhs[] = { -1,
139 0,
140};
141static const YYINT err_syntax10_len[] = { 2,
142 1,
143};
144static const YYINT err_syntax10_defred[] = { 0,
145 1, 0,

--- 357 unchanged lines hidden ---
138static const YYINT err_syntax10_lhs[] = { -1,
139 0,
140};
141static const YYINT err_syntax10_len[] = { 2,
142 1,
143};
144static const YYINT err_syntax10_defred[] = { 0,
145 1, 0,

--- 357 unchanged lines hidden ---