summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/test/btyacc/code_error.tab.c
blob: d5288b20ad304b7bdb52fcea38445042b2278c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#undef YYBTYACC
#define YYBTYACC 0
#define YYDEBUGSTR YYPREFIX "debug"
typedef short YYINT;
const YYINT error_lhs[] = {                       -1,
    0,
};
const YYINT error_len[] = {                        2,
    1,
};
const YYINT error_defred[] = {                     0,
    1,    0,
};
const YYINT error_stos[] = {                       0,
  256,  258,
};
const YYINT error_dgoto[] = {                      2,
};
const YYINT error_sindex[] = {                  -256,
    0,    0,
};
const YYINT error_rindex[] = {                     0,
    0,    0,
};
#if YYBTYACC
const YYINT error_cindex[] = {                     0,
    0,    0,
};
#endif
const YYINT error_gindex[] = {                     0,
};
const YYINT error_table[] = {                      1,
};
const YYINT error_check[] = {                    256,
};
#if YYBTYACC
const YYINT error_ctable[] = {                    -1,
};
#endif
#ifndef YYDEBUG
#define YYDEBUG 0
#endif
#if YYDEBUG
const char *const error_name[] = {

"$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,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"error","$accept","S","illegal-symbol",
};
const char *const error_rule[] = {
"$accept : S",
"S : error",

};
#endif
OpenPOWER on IntegriCloud