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

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

448#define T_MATCHRBRACE 285
449#define T_ELLIPSIS 286
450#define T_INITIALIZER 287
451#define T_STRING_LITERAL 288
452#define T_ASM 289
453#define T_ASMARG 290
454#define T_VA_DCL 291
455#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"

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

448#define T_MATCHRBRACE 285
449#define T_ELLIPSIS 286
450#define T_INITIALIZER 287
451#define T_STRING_LITERAL 288
452#define T_ASM 289
453#define T_ASMARG 290
454#define T_VA_DCL 291
455#define YYERRCODE 256
456typedef short YYINT;
456typedef int YYINT;
457static const YYINT grammar_lhs[] = { -1,
458 0, 0, 26, 26, 27, 27, 27, 27, 27, 27,
459 27, 31, 30, 30, 28, 28, 34, 28, 32, 32,
460 33, 33, 35, 35, 37, 38, 29, 39, 29, 36,
461 36, 36, 40, 40, 1, 1, 2, 2, 2, 3,
462 3, 3, 3, 3, 3, 4, 4, 4, 4, 4,
463 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
464 5, 5, 6, 6, 6, 19, 19, 8, 8, 9,

--- 1562 unchanged lines hidden ---
457static const YYINT grammar_lhs[] = { -1,
458 0, 0, 26, 26, 27, 27, 27, 27, 27, 27,
459 27, 31, 30, 30, 28, 28, 34, 28, 32, 32,
460 33, 33, 35, 35, 37, 38, 29, 39, 29, 36,
461 36, 36, 40, 40, 1, 1, 2, 2, 2, 3,
462 3, 3, 3, 3, 3, 4, 4, 4, 4, 4,
463 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
464 5, 5, 6, 6, 6, 19, 19, 8, 8, 9,

--- 1562 unchanged lines hidden ---