summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/test/code_error.tab.c
blob: eb4db127835f6d125788947566830737732d92cf (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118

#ifndef yyparse
#define yyparse    error_parse
#endif /* yyparse */

#ifndef yylex
#define yylex      error_lex
#endif /* yylex */

#ifndef yyerror
#define yyerror    error_error
#endif /* yyerror */

#ifndef yychar
#define yychar     error_char
#endif /* yychar */

#ifndef yyval
#define yyval      error_val
#endif /* yyval */

#ifndef yylval
#define yylval     error_lval
#endif /* yylval */

#ifndef yydebug
#define yydebug    error_debug
#endif /* yydebug */

#ifndef yynerrs
#define yynerrs    error_nerrs
#endif /* yynerrs */

#ifndef yyerrflag
#define yyerrflag  error_errflag
#endif /* yyerrflag */

#ifndef yylhs
#define yylhs      error_lhs
#endif /* yylhs */

#ifndef yylen
#define yylen      error_len
#endif /* yylen */

#ifndef yydefred
#define yydefred   error_defred
#endif /* yydefred */

#ifndef yydgoto
#define yydgoto    error_dgoto
#endif /* yydgoto */

#ifndef yysindex
#define yysindex   error_sindex
#endif /* yysindex */

#ifndef yyrindex
#define yyrindex   error_rindex
#endif /* yyrindex */

#ifndef yygindex
#define yygindex   error_gindex
#endif /* yygindex */

#ifndef yytable
#define yytable    error_table
#endif /* yytable */

#ifndef yycheck
#define yycheck    error_check
#endif /* yycheck */

#ifndef yyname
#define yyname     error_name
#endif /* yyname */

#ifndef yyrule
#define yyrule     error_rule
#endif /* yyrule */
#define YYPREFIX "error_"
const short error_lhs[] = {                       -1,
    0,
};
const short error_len[] = {                        2,
    1,
};
const short error_defred[] = {                     0,
    1,    0,
};
const short error_dgoto[] = {                      2,
};
const short error_sindex[] = {                  -256,
    0,    0,
};
const short error_rindex[] = {                     0,
    0,    0,
};
const short error_gindex[] = {                     0,
};
const short error_table[] = {                      1,
};
const short error_check[] = {                    256,
};
#ifndef YYDEBUG
#define YYDEBUG 0
#endif
#if YYDEBUG
const char *yyname[] = {

"end-of-file",
};
const char *yyrule[] = {
"$accept : S",
"S : error",

};
#endif
OpenPOWER on IntegriCloud