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