]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/engine/jamgram.h
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / build / src / engine / jamgram.h
1 /* A Bison parser, made by GNU Bison 2.6.4. */
2
3 /* Bison interface for Yacc-like parsers in C
4
5 Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.
6
7 This program is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 3 of the License, or
10 (at your option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
19
20 /* As a special exception, you may create a larger work that contains
21 part or all of the Bison parser skeleton and distribute that work
22 under terms of your choice, so long as that work isn't itself a
23 parser generator using the skeleton or a modified version thereof
24 as a parser skeleton. Alternatively, if you modify or redistribute
25 the parser skeleton itself, you may (at your option) remove this
26 special exception, which will cause the skeleton and the resulting
27 Bison output files to be licensed under the GNU General Public
28 License without this special exception.
29
30 This special exception was added by the Free Software Foundation in
31 version 2.2 of Bison. */
32
33 #ifndef YY_YY_Y_TAB_H_INCLUDED
34 # define YY_YY_Y_TAB_H_INCLUDED
35 /* Enabling traces. */
36 #ifndef YYDEBUG
37 # define YYDEBUG 1
38 #endif
39 #if YYDEBUG
40 extern int yydebug;
41 #endif
42
43 /* Tokens. */
44 #ifndef YYTOKENTYPE
45 # define YYTOKENTYPE
46 /* Put the tokens into the symbol table, so that GDB and other debuggers
47 know about them. */
48 enum yytokentype {
49 _BANG_t = 258,
50 _BANG_EQUALS_t = 259,
51 _AMPER_t = 260,
52 _AMPERAMPER_t = 261,
53 _LPAREN_t = 262,
54 _RPAREN_t = 263,
55 _PLUS_EQUALS_t = 264,
56 _COLON_t = 265,
57 _SEMIC_t = 266,
58 _LANGLE_t = 267,
59 _LANGLE_EQUALS_t = 268,
60 _EQUALS_t = 269,
61 _RANGLE_t = 270,
62 _RANGLE_EQUALS_t = 271,
63 _QUESTION_EQUALS_t = 272,
64 _LBRACKET_t = 273,
65 _RBRACKET_t = 274,
66 ACTIONS_t = 275,
67 BIND_t = 276,
68 BREAK_t = 277,
69 CASE_t = 278,
70 CLASS_t = 279,
71 CONTINUE_t = 280,
72 DEFAULT_t = 281,
73 ELSE_t = 282,
74 EXISTING_t = 283,
75 FOR_t = 284,
76 IF_t = 285,
77 IGNORE_t = 286,
78 IN_t = 287,
79 INCLUDE_t = 288,
80 LOCAL_t = 289,
81 MODULE_t = 290,
82 ON_t = 291,
83 PIECEMEAL_t = 292,
84 QUIETLY_t = 293,
85 RETURN_t = 294,
86 RULE_t = 295,
87 SWITCH_t = 296,
88 TOGETHER_t = 297,
89 UPDATED_t = 298,
90 WHILE_t = 299,
91 _LBRACE_t = 300,
92 _BAR_t = 301,
93 _BARBAR_t = 302,
94 _RBRACE_t = 303,
95 ARG = 304,
96 STRING = 305
97 };
98 #endif
99 /* Tokens. */
100 #define _BANG_t 258
101 #define _BANG_EQUALS_t 259
102 #define _AMPER_t 260
103 #define _AMPERAMPER_t 261
104 #define _LPAREN_t 262
105 #define _RPAREN_t 263
106 #define _PLUS_EQUALS_t 264
107 #define _COLON_t 265
108 #define _SEMIC_t 266
109 #define _LANGLE_t 267
110 #define _LANGLE_EQUALS_t 268
111 #define _EQUALS_t 269
112 #define _RANGLE_t 270
113 #define _RANGLE_EQUALS_t 271
114 #define _QUESTION_EQUALS_t 272
115 #define _LBRACKET_t 273
116 #define _RBRACKET_t 274
117 #define ACTIONS_t 275
118 #define BIND_t 276
119 #define BREAK_t 277
120 #define CASE_t 278
121 #define CLASS_t 279
122 #define CONTINUE_t 280
123 #define DEFAULT_t 281
124 #define ELSE_t 282
125 #define EXISTING_t 283
126 #define FOR_t 284
127 #define IF_t 285
128 #define IGNORE_t 286
129 #define IN_t 287
130 #define INCLUDE_t 288
131 #define LOCAL_t 289
132 #define MODULE_t 290
133 #define ON_t 291
134 #define PIECEMEAL_t 292
135 #define QUIETLY_t 293
136 #define RETURN_t 294
137 #define RULE_t 295
138 #define SWITCH_t 296
139 #define TOGETHER_t 297
140 #define UPDATED_t 298
141 #define WHILE_t 299
142 #define _LBRACE_t 300
143 #define _BAR_t 301
144 #define _BARBAR_t 302
145 #define _RBRACE_t 303
146 #define ARG 304
147 #define STRING 305
148
149
150
151 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
152 typedef int YYSTYPE;
153 # define YYSTYPE_IS_TRIVIAL 1
154 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
155 # define YYSTYPE_IS_DECLARED 1
156 #endif
157
158 extern YYSTYPE yylval;
159
160 #ifdef YYPARSE_PARAM
161 #if defined __STDC__ || defined __cplusplus
162 int yyparse (void *YYPARSE_PARAM);
163 #else
164 int yyparse ();
165 #endif
166 #else /* ! YYPARSE_PARAM */
167 #if defined __STDC__ || defined __cplusplus
168 int yyparse (void);
169 #else
170 int yyparse ();
171 #endif
172 #endif /* ! YYPARSE_PARAM */
173
174 #endif /* !YY_YY_Y_TAB_H_INCLUDED */