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

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

157#define OP_MOD 265
158#define MOD 266
159#define OP_AND 267
160#define AND 268
161#define DIGIT 269
162#define LETTER 270
163#define UMINUS 271
164#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"

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

157#define OP_MOD 265
158#define MOD 266
159#define OP_AND 267
160#define AND 268
161#define DIGIT 269
162#define LETTER 270
163#define UMINUS 271
164#define YYERRCODE 256
165typedef short YYINT;
165typedef int YYINT;
166static const YYINT quote_calc_lhs[] = { -1,
167 0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
168 2, 2, 2, 2, 2, 2, 3, 3,
169};
170static const YYINT quote_calc_len[] = { 2,
171 0, 3, 3, 1, 3, 3, 3, 3, 3, 3,
172 3, 3, 3, 2, 1, 1, 1, 2,
173};

--- 522 unchanged lines hidden ---
166static const YYINT quote_calc_lhs[] = { -1,
167 0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
168 2, 2, 2, 2, 2, 2, 3, 3,
169};
170static const YYINT quote_calc_len[] = { 2,
171 0, 3, 3, 1, 3, 3, 3, 3, 3, 3,
172 3, 3, 3, 2, 1, 1, 1, 2,
173};

--- 522 unchanged lines hidden ---