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