]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/byacc/test/code_error.tab.c
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / byacc / test / code_error.tab.c
1
2 #ifndef yyparse
3 #define yyparse    error_parse
4 #endif /* yyparse */
5
6 #ifndef yylex
7 #define yylex      error_lex
8 #endif /* yylex */
9
10 #ifndef yyerror
11 #define yyerror    error_error
12 #endif /* yyerror */
13
14 #ifndef yychar
15 #define yychar     error_char
16 #endif /* yychar */
17
18 #ifndef yyval
19 #define yyval      error_val
20 #endif /* yyval */
21
22 #ifndef yylval
23 #define yylval     error_lval
24 #endif /* yylval */
25
26 #ifndef yydebug
27 #define yydebug    error_debug
28 #endif /* yydebug */
29
30 #ifndef yynerrs
31 #define yynerrs    error_nerrs
32 #endif /* yynerrs */
33
34 #ifndef yyerrflag
35 #define yyerrflag  error_errflag
36 #endif /* yyerrflag */
37
38 #ifndef yylhs
39 #define yylhs      error_lhs
40 #endif /* yylhs */
41
42 #ifndef yylen
43 #define yylen      error_len
44 #endif /* yylen */
45
46 #ifndef yydefred
47 #define yydefred   error_defred
48 #endif /* yydefred */
49
50 #ifndef yydgoto
51 #define yydgoto    error_dgoto
52 #endif /* yydgoto */
53
54 #ifndef yysindex
55 #define yysindex   error_sindex
56 #endif /* yysindex */
57
58 #ifndef yyrindex
59 #define yyrindex   error_rindex
60 #endif /* yyrindex */
61
62 #ifndef yygindex
63 #define yygindex   error_gindex
64 #endif /* yygindex */
65
66 #ifndef yytable
67 #define yytable    error_table
68 #endif /* yytable */
69
70 #ifndef yycheck
71 #define yycheck    error_check
72 #endif /* yycheck */
73
74 #ifndef yyname
75 #define yyname     error_name
76 #endif /* yyname */
77
78 #ifndef yyrule
79 #define yyrule     error_rule
80 #endif /* yyrule */
81 #define YYPREFIX "error_"
82 const short error_lhs[] = {                       -1,
83     0,
84 };
85 const short error_len[] = {                        2,
86     1,
87 };
88 const short error_defred[] = {                     0,
89     1,    0,
90 };
91 const short error_dgoto[] = {                      2,
92 };
93 const short error_sindex[] = {                  -256,
94     0,    0,
95 };
96 const short error_rindex[] = {                     0,
97     0,    0,
98 };
99 const short error_gindex[] = {                     0,
100 };
101 const short error_table[] = {                      1,
102 };
103 const short error_check[] = {                    256,
104 };
105 #ifndef YYDEBUG
106 #define YYDEBUG 0
107 #endif
108 #if YYDEBUG
109 const char *yyname[] = {
110
111 "end-of-file",
112 };
113 const char *yyrule[] = {
114 "$accept : S",
115 "S : error",
116
117 };
118 #endif