xref: /minix3/external/bsd/byacc/dist/test/yacc/code_error.tab.c (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc /*	$NetBSD: code_error.tab.c,v 1.1.1.1 2015/01/03 22:58:24 christos Exp $	*/
2*0a6a1f1dSLionel Sambuc 
3*0a6a1f1dSLionel Sambuc typedef short YYINT;
4*0a6a1f1dSLionel Sambuc const YYINT error_lhs[] = {                       -1,
5*0a6a1f1dSLionel Sambuc     0,
6*0a6a1f1dSLionel Sambuc };
7*0a6a1f1dSLionel Sambuc const YYINT error_len[] = {                        2,
8*0a6a1f1dSLionel Sambuc     1,
9*0a6a1f1dSLionel Sambuc };
10*0a6a1f1dSLionel Sambuc const YYINT error_defred[] = {                     0,
11*0a6a1f1dSLionel Sambuc     1,    0,
12*0a6a1f1dSLionel Sambuc };
13*0a6a1f1dSLionel Sambuc const YYINT error_dgoto[] = {                      2,
14*0a6a1f1dSLionel Sambuc };
15*0a6a1f1dSLionel Sambuc const YYINT error_sindex[] = {                  -256,
16*0a6a1f1dSLionel Sambuc     0,    0,
17*0a6a1f1dSLionel Sambuc };
18*0a6a1f1dSLionel Sambuc const YYINT error_rindex[] = {                     0,
19*0a6a1f1dSLionel Sambuc     0,    0,
20*0a6a1f1dSLionel Sambuc };
21*0a6a1f1dSLionel Sambuc const YYINT error_gindex[] = {                     0,
22*0a6a1f1dSLionel Sambuc };
23*0a6a1f1dSLionel Sambuc const YYINT error_table[] = {                      1,
24*0a6a1f1dSLionel Sambuc };
25*0a6a1f1dSLionel Sambuc const YYINT error_check[] = {                    256,
26*0a6a1f1dSLionel Sambuc };
27*0a6a1f1dSLionel Sambuc #ifndef YYDEBUG
28*0a6a1f1dSLionel Sambuc #define YYDEBUG 0
29*0a6a1f1dSLionel Sambuc #endif
30*0a6a1f1dSLionel Sambuc #if YYDEBUG
31*0a6a1f1dSLionel Sambuc const char *const error_name[] = {
32*0a6a1f1dSLionel Sambuc 
33*0a6a1f1dSLionel Sambuc "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,
34*0a6a1f1dSLionel Sambuc 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,
35*0a6a1f1dSLionel Sambuc 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,
36*0a6a1f1dSLionel Sambuc 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,
37*0a6a1f1dSLionel Sambuc 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,
38*0a6a1f1dSLionel Sambuc 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,
39*0a6a1f1dSLionel Sambuc 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",
40*0a6a1f1dSLionel Sambuc };
41*0a6a1f1dSLionel Sambuc const char *const error_rule[] = {
42*0a6a1f1dSLionel Sambuc "$accept : S",
43*0a6a1f1dSLionel Sambuc "S : error",
44*0a6a1f1dSLionel Sambuc 
45*0a6a1f1dSLionel Sambuc };
46*0a6a1f1dSLionel Sambuc #endif
47