home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / flex254.zip / parse.h < prev    next >
C/C++ Source or Header  |  1998-02-15  |  607b  |  31 lines

  1. #ifndef YYSTYPE
  2. #define YYSTYPE int
  3. #endif
  4. #define    CHAR    258
  5. #define    NUMBER    259
  6. #define    SECTEND    260
  7. #define    SCDECL    261
  8. #define    XSCDECL    262
  9. #define    NAME    263
  10. #define    PREVCCL    264
  11. #define    EOF_OP    265
  12. #define    OPTION_OP    266
  13. #define    OPT_OUTFILE    267
  14. #define    OPT_PREFIX    268
  15. #define    OPT_YYCLASS    269
  16. #define    CCE_ALNUM    270
  17. #define    CCE_ALPHA    271
  18. #define    CCE_BLANK    272
  19. #define    CCE_CNTRL    273
  20. #define    CCE_DIGIT    274
  21. #define    CCE_GRAPH    275
  22. #define    CCE_LOWER    276
  23. #define    CCE_PRINT    277
  24. #define    CCE_PUNCT    278
  25. #define    CCE_SPACE    279
  26. #define    CCE_UPPER    280
  27. #define    CCE_XDIGIT    281
  28.  
  29.  
  30. extern YYSTYPE yylval;
  31.