]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/byacc/test/btyacc/code_error.tab.c
MFC: r257315, r260445, r264803
[FreeBSD/stable/10.git] / contrib / byacc / test / btyacc / code_error.tab.c
1 #undef YYBTYACC
2 #define YYBTYACC 0
3 #define YYDEBUGSTR YYPREFIX "debug"
4 typedef short YYINT;
5 const YYINT error_lhs[] = {                       -1,
6     0,
7 };
8 const YYINT error_len[] = {                        2,
9     1,
10 };
11 const YYINT error_defred[] = {                     0,
12     1,    0,
13 };
14 const YYINT error_stos[] = {                       0,
15   256,  258,
16 };
17 const YYINT error_dgoto[] = {                      2,
18 };
19 const YYINT error_sindex[] = {                  -256,
20     0,    0,
21 };
22 const YYINT error_rindex[] = {                     0,
23     0,    0,
24 };
25 #if YYBTYACC
26 const YYINT error_cindex[] = {                     0,
27     0,    0,
28 };
29 #endif
30 const YYINT error_gindex[] = {                     0,
31 };
32 const YYINT error_table[] = {                      1,
33 };
34 const YYINT error_check[] = {                    256,
35 };
36 #ifndef YYDEBUG
37 #define YYDEBUG 0
38 #endif
39 #if YYDEBUG
40 const char *const error_name[] = {
41
42 "$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,
43 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
44 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
45 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
46 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
47 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
48 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"error","$accept","S","illegal-symbol",
49 };
50 const char *const error_rule[] = {
51 "$accept : S",
52 "S : error",
53
54 };
55 #endif