home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / gcc-2.3.3-src.lha / GNU / src / amiga / gcc-2.3.3 / c-parse.h < prev    next >
C/C++ Source or Header  |  1994-02-06  |  1KB  |  57 lines

  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
  27. #define    ASM_KEYWORD    282
  28. #define    TYPEOF    283
  29. #define    ALIGNOF    284
  30. #define    ALIGN    285
  31. #define    ATTRIBUTE    286
  32. #define    EXTENSION    287
  33. #define    LABEL    288
  34. #define    ASSIGN    289
  35. #define    OROR    290
  36. #define    ANDAND    291
  37. #define    EQCOMPARE    292
  38. #define    ARITHCOMPARE    293
  39. #define    LSHIFT    294
  40. #define    RSHIFT    295
  41. #define    UNARY    296
  42. #define    PLUSPLUS    297
  43. #define    MINUSMINUS    298
  44. #define    HYPERUNARY    299
  45. #define    POINTSAT    300
  46. #define    INTERFACE    301
  47. #define    IMPLEMENTATION    302
  48. #define    END    303
  49. #define    SELECTOR    304
  50. #define    DEFS    305
  51. #define    ENCODE    306
  52. #define    CLASSNAME    307
  53. #define    PUBLIC    308
  54.  
  55.  
  56. extern YYSTYPE yylval;
  57.