1264790Sbapt#undef YYBTYACC
2264790Sbapt#define YYBTYACC 0
3264790Sbapt#define YYDEBUGSTR YYPREFIX "debug"
4264790Sbapttypedef short YYINT;
5264790Sbaptconst YYINT error_lhs[] = {                       -1,
6264790Sbapt    0,
7264790Sbapt};
8264790Sbaptconst YYINT error_len[] = {                        2,
9264790Sbapt    1,
10264790Sbapt};
11264790Sbaptconst YYINT error_defred[] = {                     0,
12264790Sbapt    1,    0,
13264790Sbapt};
14264790Sbaptconst YYINT error_stos[] = {                       0,
15264790Sbapt  256,  258,
16264790Sbapt};
17264790Sbaptconst YYINT error_dgoto[] = {                      2,
18264790Sbapt};
19264790Sbaptconst YYINT error_sindex[] = {                  -256,
20264790Sbapt    0,    0,
21264790Sbapt};
22264790Sbaptconst YYINT error_rindex[] = {                     0,
23264790Sbapt    0,    0,
24264790Sbapt};
25264790Sbapt#if YYBTYACC
26264790Sbaptconst YYINT error_cindex[] = {                     0,
27264790Sbapt    0,    0,
28264790Sbapt};
29264790Sbapt#endif
30264790Sbaptconst YYINT error_gindex[] = {                     0,
31264790Sbapt};
32264790Sbaptconst YYINT error_table[] = {                      1,
33264790Sbapt};
34264790Sbaptconst YYINT error_check[] = {                    256,
35264790Sbapt};
36272655Sbapt#if YYBTYACC
37272655Sbaptconst YYINT error_ctable[] = {                    -1,
38272655Sbapt};
39272655Sbapt#endif
40264790Sbapt#ifndef YYDEBUG
41264790Sbapt#define YYDEBUG 0
42264790Sbapt#endif
43264790Sbapt#if YYDEBUG
44264790Sbaptconst char *const error_name[] = {
45264790Sbapt
46264790Sbapt"$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,
47264790Sbapt0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
48264790Sbapt0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
49264790Sbapt0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
50264790Sbapt0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
51264790Sbapt0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
52264790Sbapt0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"error","$accept","S","illegal-symbol",
53264790Sbapt};
54264790Sbaptconst char *const error_rule[] = {
55264790Sbapt"$accept : S",
56264790Sbapt"S : error",
57264790Sbapt
58264790Sbapt};
59264790Sbapt#endif
60