home *** CD-ROM | disk | FTP | other *** search
- #ifndef YYSTYPE
- #define YYSTYPE int
- #endif
- #define IDENTIFIER 258
- #define TYPE_NAME 259
- #define LITERAL 260
- #define STRING_LITERAL 261
- #define ELLIPSES 262
- #define MUL_ASSIGN 263
- #define DIV_ASSIGN 264
- #define MOD_ASSIGN 265
- #define ADD_ASSIGN 266
- #define SUB_ASSIGN 267
- #define LEFT_ASSIGN 268
- #define RIGHT_ASSIGN 269
- #define AND_ASSIGN 270
- #define XOR_ASSIGN 271
- #define OR_ASSIGN 272
- #define EQ_OP 273
- #define NE_OP 274
- #define PTR_OP 275
- #define AND_OP 276
- #define OR_OP 277
- #define DEC_OP 278
- #define INC_OP 279
- #define LE_OP 280
- #define GE_OP 281
- #define LEFT_SHIFT 282
- #define RIGHT_SHIFT 283
- #define SIZEOF 284
- #define TYPEDEF 285
- #define EXTERN 286
- #define STATIC 287
- #define AUTO 288
- #define REGISTER 289
- #define CONST 290
- #define VOLATILE 291
- #define VOID 292
- #define INLINE 293
- #define CHAR 294
- #define SHORT 295
- #define INT 296
- #define LONG 297
- #define SIGNED 298
- #define UNSIGNED 299
- #define FLOAT 300
- #define DOUBLE 301
- #define STRUCT 302
- #define UNION 303
- #define ENUM 304
- #define CASE 305
- #define DEFAULT 306
- #define IF 307
- #define ELSE 308
- #define SWITCH 309
- #define WHILE 310
- #define DO 311
- #define FOR 312
- #define GOTO 313
- #define CONTINUE 314
- #define BREAK 315
- #define RETURN 316
- #define ASM 317
-
-
- extern YYSTYPE yylval;
-