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