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

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

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

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

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

--- 365 unchanged lines hidden ---
139static const YYINT err_syntax20_lhs[] = { -1,
140 0,
141};
142static const YYINT err_syntax20_len[] = { 2,
143 3,
144};
145static const YYINT err_syntax20_defred[] = { 0,
146 0, 0, 0, 1,

--- 365 unchanged lines hidden ---