Annotation of gcc/c-parse.h, revision 1.1.1.3

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.