home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Utilitare / VisualBoyAdvance-1.7.2 / src / expr.cpp.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-10-20  |  272 b   |  14 lines

  1. #ifndef YYSTYPE
  2. #define YYSTYPE int
  3. #endif
  4. #define TOKEN_IDENTIFIER        257
  5. #define TOKEN_DOT       258
  6. #define TOKEN_STAR      259
  7. #define TOKEN_ARROW     260
  8. #define TOKEN_ADDR      261
  9. #define TOKEN_SIZEOF    262
  10. #define TOKEN_NUMBER    263
  11.  
  12.  
  13. extern YYSTYPE yylval;
  14.