freebsd-dev/contrib/byacc/test/yacc/code_error.tab.c
2014-11-13 17:54:17 +00:00

45 lines
1.3 KiB
C

typedef int YYINT;
const YYINT error_lhs[] = { -1,
0,
};
const YYINT error_len[] = { 2,
1,
};
const YYINT error_defred[] = { 0,
1, 0,
};
const YYINT error_dgoto[] = { 2,
};
const YYINT error_sindex[] = { -256,
0, 0,
};
const YYINT error_rindex[] = { 0,
0, 0,
};
const YYINT error_gindex[] = { 0,
};
const YYINT error_table[] = { 1,
};
const YYINT error_check[] = { 256,
};
#ifndef YYDEBUG
#define YYDEBUG 0
#endif
#if YYDEBUG
const char *const error_name[] = {
"end-of-file",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"illegal-symbol",
};
const char *const error_rule[] = {
"$accept : S",
"S : error",
};
#endif