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

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

147#endif
148
149extern int YYPARSE_DECL();
150
151#define DIGIT 257
152#define LETTER 258
153#define UMINUS 259
154#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"

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

147#endif
148
149extern int YYPARSE_DECL();
150
151#define DIGIT 257
152#define LETTER 258
153#define UMINUS 259
154#define YYERRCODE 256
155typedef short YYINT;
155typedef int YYINT;
156static const YYINT calc2_lhs[] = { -1,
157 0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
158 2, 2, 2, 2, 2, 2, 3, 3,
159};
160static const YYINT calc2_len[] = { 2,
161 0, 3, 3, 1, 3, 3, 3, 3, 3, 3,
162 3, 3, 3, 2, 1, 1, 1, 2,
163};

--- 524 unchanged lines hidden ---
156static const YYINT calc2_lhs[] = { -1,
157 0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
158 2, 2, 2, 2, 2, 2, 3, 3,
159};
160static const YYINT calc2_len[] = { 2,
161 0, 3, 3, 1, 3, 3, 3, 3, 3, 3,
162 3, 3, 3, 2, 1, 1, 1, 2,
163};

--- 524 unchanged lines hidden ---