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

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

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

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

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

--- 362 unchanged lines hidden ---
145static const YYINT err_syntax12_lhs[] = { -1,
146 0,
147};
148static const YYINT err_syntax12_len[] = { 2,
149 1,
150};
151static const YYINT err_syntax12_defred[] = { 0,
152 1, 0,

--- 362 unchanged lines hidden ---