home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 May / pcp151c.iso / misc / src / install / modutils / genksyms / parse.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-06  |  911 b   |  44 lines

  1. #ifndef YYSTYPE
  2. #define YYSTYPE int
  3. #endif
  4. #define    ASM_KEYW    258
  5. #define    ATTRIBUTE_KEYW    259
  6. #define    AUTO_KEYW    260
  7. #define    CHAR_KEYW    261
  8. #define    CONST_KEYW    262
  9. #define    DOUBLE_KEYW    263
  10. #define    ENUM_KEYW    264
  11. #define    EXTERN_KEYW    265
  12. #define    FLOAT_KEYW    266
  13. #define    INLINE_KEYW    267
  14. #define    INT_KEYW    268
  15. #define    LONG_KEYW    269
  16. #define    REGISTER_KEYW    270
  17. #define    SHORT_KEYW    271
  18. #define    SIGNED_KEYW    272
  19. #define    STATIC_KEYW    273
  20. #define    STRUCT_KEYW    274
  21. #define    TYPEDEF_KEYW    275
  22. #define    UNION_KEYW    276
  23. #define    UNSIGNED_KEYW    277
  24. #define    VOID_KEYW    278
  25. #define    VOLATILE_KEYW    279
  26. #define    EXPORT_SYMBOL_KEYW    280
  27. #define    ASM_PHRASE    281
  28. #define    ATTRIBUTE_PHRASE    282
  29. #define    BRACE_PHRASE    283
  30. #define    BRACKET_PHRASE    284
  31. #define    EXPRESSION_PHRASE    285
  32. #define    CHAR    286
  33. #define    DOTS    287
  34. #define    IDENT    288
  35. #define    INT    289
  36. #define    REAL    290
  37. #define    STRING    291
  38. #define    TYPE    292
  39. #define    OTHER    293
  40. #define    FILENAME    294
  41.  
  42.  
  43. extern YYSTYPE yylval;
  44.