]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/src/engine/jamgram.h
Add patch for failing prerm scripts
[ceph.git] / ceph / src / boost / tools / build / src / engine / jamgram.h
1 /* A Bison parser, made by GNU Bison 3.0.4. */
2
3 /* Bison interface for Yacc-like parsers in C
4
5 Copyright (C) 1984, 1989-1990, 2000-2015 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 /* Debug traces. */
36 #ifndef YYDEBUG
37 # define YYDEBUG 0
38 #endif
39 #if YYDEBUG
40 extern int yydebug;
41 #endif
42
43 /* Token type. */
44 #ifndef YYTOKENTYPE
45 # define YYTOKENTYPE
46 enum yytokentype
47 {
48 _BANG_t = 258,
49 _BANG_EQUALS_t = 259,
50 _AMPER_t = 260,
51 _AMPERAMPER_t = 261,
52 _LPAREN_t = 262,
53 _RPAREN_t = 263,
54 _PLUS_EQUALS_t = 264,
55 _COLON_t = 265,
56 _SEMIC_t = 266,
57 _LANGLE_t = 267,
58 _LANGLE_EQUALS_t = 268,
59 _EQUALS_t = 269,
60 _RANGLE_t = 270,
61 _RANGLE_EQUALS_t = 271,
62 _QUESTION_EQUALS_t = 272,
63 _LBRACKET_t = 273,
64 _RBRACKET_t = 274,
65 ACTIONS_t = 275,
66 BIND_t = 276,
67 BREAK_t = 277,
68 CASE_t = 278,
69 CLASS_t = 279,
70 CONTINUE_t = 280,
71 DEFAULT_t = 281,
72 ELSE_t = 282,
73 EXISTING_t = 283,
74 FOR_t = 284,
75 IF_t = 285,
76 IGNORE_t = 286,
77 IN_t = 287,
78 INCLUDE_t = 288,
79 LOCAL_t = 289,
80 MODULE_t = 290,
81 ON_t = 291,
82 PIECEMEAL_t = 292,
83 QUIETLY_t = 293,
84 RETURN_t = 294,
85 RULE_t = 295,
86 SWITCH_t = 296,
87 TOGETHER_t = 297,
88 UPDATED_t = 298,
89 WHILE_t = 299,
90 _LBRACE_t = 300,
91 _BAR_t = 301,
92 _BARBAR_t = 302,
93 _RBRACE_t = 303,
94 ARG = 304,
95 STRING = 305
96 };
97 #endif
98 /* Tokens. */
99 #define _BANG_t 258
100 #define _BANG_EQUALS_t 259
101 #define _AMPER_t 260
102 #define _AMPERAMPER_t 261
103 #define _LPAREN_t 262
104 #define _RPAREN_t 263
105 #define _PLUS_EQUALS_t 264
106 #define _COLON_t 265
107 #define _SEMIC_t 266
108 #define _LANGLE_t 267
109 #define _LANGLE_EQUALS_t 268
110 #define _EQUALS_t 269
111 #define _RANGLE_t 270
112 #define _RANGLE_EQUALS_t 271
113 #define _QUESTION_EQUALS_t 272
114 #define _LBRACKET_t 273
115 #define _RBRACKET_t 274
116 #define ACTIONS_t 275
117 #define BIND_t 276
118 #define BREAK_t 277
119 #define CASE_t 278
120 #define CLASS_t 279
121 #define CONTINUE_t 280
122 #define DEFAULT_t 281
123 #define ELSE_t 282
124 #define EXISTING_t 283
125 #define FOR_t 284
126 #define IF_t 285
127 #define IGNORE_t 286
128 #define IN_t 287
129 #define INCLUDE_t 288
130 #define LOCAL_t 289
131 #define MODULE_t 290
132 #define ON_t 291
133 #define PIECEMEAL_t 292
134 #define QUIETLY_t 293
135 #define RETURN_t 294
136 #define RULE_t 295
137 #define SWITCH_t 296
138 #define TOGETHER_t 297
139 #define UPDATED_t 298
140 #define WHILE_t 299
141 #define _LBRACE_t 300
142 #define _BAR_t 301
143 #define _BARBAR_t 302
144 #define _RBRACE_t 303
145 #define ARG 304
146 #define STRING 305
147
148 /* Value type. */
149 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
150 typedef int YYSTYPE;
151 # define YYSTYPE_IS_TRIVIAL 1
152 # define YYSTYPE_IS_DECLARED 1
153 #endif
154
155
156 extern YYSTYPE yylval;
157
158 int yyparse (void);
159
160 #endif /* !YY_YY_Y_TAB_H_INCLUDED */