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

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

173#define BS 267
174#define NL 268
175#define LF 269
176#define CR 270
177#define TAB 271
178#define VT 272
179#define UMINUS 273
180#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"

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

173#define BS 267
174#define NL 268
175#define LF 269
176#define CR 270
177#define TAB 271
178#define VT 272
179#define UMINUS 273
180#define YYERRCODE 256
181typedef short YYINT;
181typedef int YYINT;
182static const YYINT ok_syntax1_lhs[] = { -1,
183 0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
184 2, 2, 2, 2, 2, 2, 3, 3,
185};
186static const YYINT ok_syntax1_len[] = { 2,
187 0, 3, 3, 1, 3, 3, 3, 3, 3, 3,
188 3, 3, 3, 2, 1, 1, 1, 2,
189};

--- 527 unchanged lines hidden ---
182static const YYINT ok_syntax1_lhs[] = { -1,
183 0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
184 2, 2, 2, 2, 2, 2, 3, 3,
185};
186static const YYINT ok_syntax1_len[] = { 2,
187 0, 3, 3, 1, 3, 3, 3, 3, 3, 3,
188 3, 3, 3, 2, 1, 1, 1, 2,
189};

--- 527 unchanged lines hidden ---