home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d473 / cnewssrc / cnews_src.lzh / relay / cpu.h < prev    next >
C/C++ Source or Header  |  1990-05-28  |  114b  |  8 lines

  1. /* :ts=4
  2.  * CPU-specific definitions
  3.  */
  4.  
  5. #ifndef MAXLONG
  6. #define MAXLONG ((long)(~(unsigned long)0 >> 1))
  7. #endif
  8.