typedef struct errs_s
{
- short nerrs;
- short errs[1];
+ short num;
+ symbol_number_t symbols[1];
} errs_t;
errs_t *errs_new PARAMS ((int n));
typedef struct reductions_s
{
- short nreds;
- short rules[1];
+ short num;
+ rule_number_t rules[1];
} reductions_t;