home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / tools / TIAsm / expr.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-10-19  |  121 b   |  8 lines

  1. #if !defined(__GNUC__)
  2. typedef    unsigned int    word;
  3. #else
  4. typedef    unsigned short    word;
  5. #endif
  6. typedef unsigned char    byte;
  7.  
  8.