tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / byacc / dist / test / code_error.tab.c
blob9ff626ad75d24f688900e459fa217c0340d05e41
1 /* $NetBSD: code_error.tab.c,v 1.1.1.3 2011/09/10 21:22:04 christos Exp $ */
4 #ifndef yyparse
5 #define yyparse error_parse
6 #endif /* yyparse */
8 #ifndef yylex
9 #define yylex error_lex
10 #endif /* yylex */
12 #ifndef yyerror
13 #define yyerror error_error
14 #endif /* yyerror */
16 #ifndef yychar
17 #define yychar error_char
18 #endif /* yychar */
20 #ifndef yyval
21 #define yyval error_val
22 #endif /* yyval */
24 #ifndef yylval
25 #define yylval error_lval
26 #endif /* yylval */
28 #ifndef yydebug
29 #define yydebug error_debug
30 #endif /* yydebug */
32 #ifndef yynerrs
33 #define yynerrs error_nerrs
34 #endif /* yynerrs */
36 #ifndef yyerrflag
37 #define yyerrflag error_errflag
38 #endif /* yyerrflag */
40 #ifndef yylhs
41 #define yylhs error_lhs
42 #endif /* yylhs */
44 #ifndef yylen
45 #define yylen error_len
46 #endif /* yylen */
48 #ifndef yydefred
49 #define yydefred error_defred
50 #endif /* yydefred */
52 #ifndef yydgoto
53 #define yydgoto error_dgoto
54 #endif /* yydgoto */
56 #ifndef yysindex
57 #define yysindex error_sindex
58 #endif /* yysindex */
60 #ifndef yyrindex
61 #define yyrindex error_rindex
62 #endif /* yyrindex */
64 #ifndef yygindex
65 #define yygindex error_gindex
66 #endif /* yygindex */
68 #ifndef yytable
69 #define yytable error_table
70 #endif /* yytable */
72 #ifndef yycheck
73 #define yycheck error_check
74 #endif /* yycheck */
76 #ifndef yyname
77 #define yyname error_name
78 #endif /* yyname */
80 #ifndef yyrule
81 #define yyrule error_rule
82 #endif /* yyrule */
83 #define YYPREFIX "error_"
84 const short error_lhs[] = { -1,
87 const short error_len[] = { 2,
90 const short error_defred[] = { 0,
91 1, 0,
93 const short error_dgoto[] = { 2,
95 const short error_sindex[] = { -256,
96 0, 0,
98 const short error_rindex[] = { 0,
99 0, 0,
101 const short error_gindex[] = { 0,
103 const short error_table[] = { 1,
105 const short error_check[] = { 256,
107 #ifndef YYDEBUG
108 #define YYDEBUG 0
109 #endif
110 #if YYDEBUG
111 const char *yyname[] = {
113 "end-of-file",
115 const char *yyrule[] = {
116 "$accept : S",
117 "S : error",
120 #endif