mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
50 lines
925 B
C
50 lines
925 B
C
#ifndef YYSTYPE
|
|
#define YYSTYPE int
|
|
#endif
|
|
#define _BANG 257
|
|
#define _BANG_EQUALS 258
|
|
#define _AMPERAMPER 259
|
|
#define _LPAREN 260
|
|
#define _RPAREN 261
|
|
#define _PLUS_EQUALS 262
|
|
#define _COLON 263
|
|
#define _SEMIC 264
|
|
#define _LANGLE 265
|
|
#define _LANGLE_EQUALS 266
|
|
#define _EQUALS 267
|
|
#define _RANGLE 268
|
|
#define _RANGLE_EQUALS 269
|
|
#define _QUESTION_EQUALS 270
|
|
#define _LBRACKET 271
|
|
#define _RBRACKET 272
|
|
#define ACTIONS 273
|
|
#define BIND 274
|
|
#define CASE 275
|
|
#define DEFAULT 276
|
|
#define ELSE 277
|
|
#define EXISTING 278
|
|
#define FOR 279
|
|
#define IF 280
|
|
#define IGNORE 281
|
|
#define IN 282
|
|
#define INCLUDE 283
|
|
#define LOCAL 284
|
|
#define MODULE 285
|
|
#define ON 286
|
|
#define PIECEMEAL 287
|
|
#define QUIETLY 288
|
|
#define RETURN 289
|
|
#define RULE 290
|
|
#define SWITCH 291
|
|
#define TOGETHER 292
|
|
#define UPDATED 293
|
|
#define WHILE 294
|
|
#define _LBRACE 295
|
|
#define _BARBAR 296
|
|
#define _RBRACE 297
|
|
#define ARG 298
|
|
#define STRING 299
|
|
|
|
|
|
extern YYSTYPE yylval;
|