[BACK]Return to ytab.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / parse

Annotation of OpenXM_contrib2/asir2000/parse/ytab.h, Revision 1.5

1.5     ! noro        1: #ifndef BISON_Y_TAB_H
        !             2: # define BISON_Y_TAB_H
1.1       noro        3:
1.5     ! noro        4: #ifndef YYSTYPE
1.1       noro        5: typedef union {
                      6:        FNODE f;
                      7:        SNODE s;
                      8:        NODE n;
                      9:        NODE2 n2;
                     10:        int i;
                     11:        pointer p;
1.5     ! noro       12: } yystype;
        !            13: # define YYSTYPE yystype
        !            14: # define YYSTYPE_IS_TRIVIAL 1
        !            15: #endif
        !            16: # define       STRUCT  257
        !            17: # define       POINT   258
        !            18: # define       NEWSTRUCT       259
        !            19: # define       ANS     260
        !            20: # define       FDEF    261
        !            21: # define       PFDEF   262
        !            22: # define       MODDEF  263
        !            23: # define       MODEND  264
        !            24: # define       GLOBAL  265
        !            25: # define       MGLOBAL 266
        !            26: # define       LOCAL   267
        !            27: # define       LOCALF  268
        !            28: # define       CMP     269
        !            29: # define       OR      270
        !            30: # define       AND     271
        !            31: # define       CAR     272
        !            32: # define       CDR     273
        !            33: # define       QUOTED  274
        !            34: # define       COLONCOLON      275
        !            35: # define       DO      276
        !            36: # define       WHILE   277
        !            37: # define       FOR     278
        !            38: # define       IF      279
        !            39: # define       ELSE    280
        !            40: # define       BREAK   281
        !            41: # define       RETURN  282
        !            42: # define       CONTINUE        283
        !            43: # define       PARIF   284
        !            44: # define       MAP     285
        !            45: # define       RECMAP  286
        !            46: # define       TIMER   287
        !            47: # define       GF2NGEN 288
        !            48: # define       GFPNGEN 289
        !            49: # define       GFSNGEN 290
        !            50: # define       GETOPT  291
        !            51: # define       FOP_AND 292
        !            52: # define       FOP_OR  293
        !            53: # define       FOP_IMPL        294
        !            54: # define       FOP_REPL        295
        !            55: # define       FOP_EQUIV       296
        !            56: # define       FOP_NOT 297
        !            57: # define       LOP     298
        !            58: # define       FORMULA 299
        !            59: # define       UCASE   300
        !            60: # define       LCASE   301
        !            61: # define       STR     302
        !            62: # define       SELF    303
        !            63: # define       BOPASS  304
        !            64: # define       PLUS    305
        !            65: # define       MINUS   306
        !            66:
        !            67:
1.1       noro       68: extern YYSTYPE yylval;
1.5     ! noro       69:
        !            70: #endif /* not BISON_Y_TAB_H */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>