Deleted Added
full compact
code_calc.tab.c (268899) code_calc.tab.c (277086)
1typedef short YYINT;
1typedef int YYINT;
2const YYINT calc_lhs[] = { -1,
3 0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
4 2, 2, 2, 2, 2, 2, 3, 3,
5};
6const YYINT calc_len[] = { 2,
7 0, 3, 3, 1, 3, 3, 3, 3, 3, 3,
8 3, 3, 3, 2, 1, 1, 1, 2,
9};

--- 110 unchanged lines hidden ---
2const YYINT calc_lhs[] = { -1,
3 0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
4 2, 2, 2, 2, 2, 2, 3, 3,
5};
6const YYINT calc_len[] = { 2,
7 0, 3, 3, 1, 3, 3, 3, 3, 3, 3,
8 3, 3, 3, 2, 1, 1, 1, 2,
9};

--- 110 unchanged lines hidden ---