OSDN Git Service

* builtins.c (expand_builtin_saveregs): Remove static, remove exp
[pf3gnuchains/gcc-fork.git] / gcc / c-parse.h
1 typedef union {long itype; tree ttype; enum tree_code code;
2         char *filename; int lineno; int ends_in_label; } YYSTYPE;
3 #define IDENTIFIER      257
4 #define TYPENAME        258
5 #define SCSPEC  259
6 #define TYPESPEC        260
7 #define TYPE_QUAL       261
8 #define CONSTANT        262
9 #define STRING  263
10 #define ELLIPSIS        264
11 #define SIZEOF  265
12 #define ENUM    266
13 #define STRUCT  267
14 #define UNION   268
15 #define IF      269
16 #define ELSE    270
17 #define WHILE   271
18 #define DO      272
19 #define FOR     273
20 #define SWITCH  274
21 #define CASE    275
22 #define DEFAULT 276
23 #define BREAK   277
24 #define CONTINUE        278
25 #define RETURN  279
26 #define GOTO    280
27 #define ASM_KEYWORD     281
28 #define TYPEOF  282
29 #define ALIGNOF 283
30 #define ATTRIBUTE       284
31 #define EXTENSION       285
32 #define LABEL   286
33 #define REALPART        287
34 #define IMAGPART        288
35 #define VA_ARG  289
36 #define ASSIGN  290
37 #define OROR    291
38 #define ANDAND  292
39 #define EQCOMPARE       293
40 #define ARITHCOMPARE    294
41 #define LSHIFT  295
42 #define RSHIFT  296
43 #define UNARY   297
44 #define PLUSPLUS        298
45 #define MINUSMINUS      299
46 #define HYPERUNARY      300
47 #define POINTSAT        301
48 #define INTERFACE       302
49 #define IMPLEMENTATION  303
50 #define END     304
51 #define SELECTOR        305
52 #define DEFS    306
53 #define ENCODE  307
54 #define CLASSNAME       308
55 #define PUBLIC  309
56 #define PRIVATE 310
57 #define PROTECTED       311
58 #define PROTOCOL        312
59 #define OBJECTNAME      313
60 #define CLASS   314
61 #define ALIAS   315
62 #define OBJC_STRING     316
63
64
65 extern YYSTYPE yylval;