No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / usr.bin / g++ / cc1plus / y.tab.h
blob762a26ff96a336d4332ac4aa6c7c1ba696fd4e3c
1 #define IDENTIFIER 257
2 #define TYPENAME 258
3 #define SCSPEC 259
4 #define TYPESPEC 260
5 #define TYPE_QUAL 261
6 #define CONSTANT 262
7 #define STRING 263
8 #define ELLIPSIS 264
9 #define SIZEOF 265
10 #define ENUM 266
11 #define IF 267
12 #define ELSE 268
13 #define WHILE 269
14 #define DO 270
15 #define FOR 271
16 #define SWITCH 272
17 #define CASE 273
18 #define DEFAULT 274
19 #define BREAK 275
20 #define CONTINUE 276
21 #define RETURN 277
22 #define GOTO 278
23 #define ASM 279
24 #define TYPEOF 280
25 #define ALIGNOF 281
26 #define ATTRIBUTE 282
27 #define AGGR 283
28 #define DELETE 284
29 #define NEW 285
30 #define OVERLOAD 286
31 #define PRIVATE 287
32 #define PUBLIC 288
33 #define PROTECTED 289
34 #define THIS 290
35 #define OPERATOR 291
36 #define DYNAMIC 292
37 #define POINTSAT_LEFT_RIGHT 293
38 #define LEFT_RIGHT 294
39 #define SCOPE 295
40 #define EMPTY 296
41 #define TYPENAME_COLON 297
42 #define ASSIGN 298
43 #define RANGE 299
44 #define OROR 300
45 #define ANDAND 301
46 #define MIN_MAX 302
47 #define EQCOMPARE 303
48 #define ARITHCOMPARE 304
49 #define LSHIFT 305
50 #define RSHIFT 306
51 #define UNARY 307
52 #define PLUSPLUS 308
53 #define MINUSMINUS 309
54 #define HYPERUNARY 310
55 #define PAREN_STAR_PAREN 311
56 #define PAREN_X_SCOPE_STAR_PAREN 312
57 #define PAREN_X_SCOPE_REF_PAREN 313
58 #define POINTSAT 314
59 #define RAISE 315
60 #define RAISES 316
61 #define RERAISE 317
62 #define TRY 318
63 #define EXCEPT 319
64 #define CATCH 320
65 #define TYPENAME_SCOPE 321
66 #define TYPENAME_ELLIPSIS 322
67 #define PRE_PARSED_FUNCTION_DECL 323
68 #define EXTERN_LANG_STRING 324
69 #define ALL 325
70 typedef union {long itype; tree ttype; enum tree_code code; } YYSTYPE;
71 extern YYSTYPE yylval;