1277086Sjkimtypedef int YYINT;
2264790Sbaptconst YYINT error_lhs[] = {                       -1,
3264790Sbapt    0,
4264790Sbapt};
5264790Sbaptconst YYINT error_len[] = {                        2,
6264790Sbapt    1,
7264790Sbapt};
8264790Sbaptconst YYINT error_defred[] = {                     0,
9264790Sbapt    1,    0,
10264790Sbapt};
11264790Sbaptconst YYINT error_dgoto[] = {                      2,
12264790Sbapt};
13264790Sbaptconst YYINT error_sindex[] = {                  -256,
14264790Sbapt    0,    0,
15264790Sbapt};
16264790Sbaptconst YYINT error_rindex[] = {                     0,
17264790Sbapt    0,    0,
18264790Sbapt};
19264790Sbaptconst YYINT error_gindex[] = {                     0,
20264790Sbapt};
21264790Sbaptconst YYINT error_table[] = {                      1,
22264790Sbapt};
23264790Sbaptconst YYINT error_check[] = {                    256,
24264790Sbapt};
25264790Sbapt#ifndef YYDEBUG
26264790Sbapt#define YYDEBUG 0
27264790Sbapt#endif
28264790Sbapt#if YYDEBUG
29264790Sbaptconst char *const error_name[] = {
30264790Sbapt
31264790Sbapt"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,
32264790Sbapt0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
33264790Sbapt0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
34264790Sbapt0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
35264790Sbapt0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
36264790Sbapt0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
37264790Sbapt0,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",
38264790Sbapt};
39264790Sbaptconst char *const error_rule[] = {
40264790Sbapt"$accept : S",
41264790Sbapt"S : error",
42264790Sbapt
43264790Sbapt};
44264790Sbapt#endif
45