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

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

155#endif
156
157extern int YYPARSE_DECL();
158
159#define DIGIT 257
160#define LETTER 258
161#define UMINUS 259
162#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"

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

155#endif
156
157extern int YYPARSE_DECL();
158
159#define DIGIT 257
160#define LETTER 258
161#define UMINUS 259
162#define YYERRCODE 256
163typedef short YYINT;
163typedef int YYINT;
164static const YYINT calc_lhs[] = { -1,
165 0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
166 2, 2, 2, 2, 2, 2, 3, 3,
167};
168static const YYINT calc_len[] = { 2,
169 0, 3, 3, 1, 3, 3, 3, 3, 3, 3,
170 3, 3, 3, 2, 1, 1, 1, 2,
171};

--- 517 unchanged lines hidden ---
164static const YYINT calc_lhs[] = { -1,
165 0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
166 2, 2, 2, 2, 2, 2, 3, 3,
167};
168static const YYINT calc_len[] = { 2,
169 0, 3, 3, 1, 3, 3, 3, 3, 3, 3,
170 3, 3, 3, 2, 1, 1, 1, 2,
171};

--- 517 unchanged lines hidden ---