home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff319.lzh / CNewsSrc / cnews.orig.lzh / relay / cpu.h < prev    next >
C/C++ Source or Header  |  1989-06-27  |  108b  |  8 lines

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