]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/byacc/test/btyacc/code_error.tab.c
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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 #if YYBTYACC
37 const YYINT error_ctable[] = {                    -1,
38 };
39 #endif
40 #ifndef YYDEBUG
41 #define YYDEBUG 0
42 #endif
43 #if YYDEBUG
44 const char *const error_name[] = {
45
46 "$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,
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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
49 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"error","$accept","S","illegal-symbol",
53 };
54 const char *const error_rule[] = {
55 "$accept : S",
56 "S : error",
57
58 };
59 #endif