home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / Harvest C / Source Code / Harvest.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-16  |  127 b   |  11 lines  |  [TEXT/KAHL]

  1.  
  2. #ifndef __HARVEST_H__
  3. #define __HARVEST_H__
  4.  
  5. #define NDEBUG 1
  6.  
  7. #define P__H *
  8.  
  9. #define Via(x) (P__H(x))
  10.  
  11. #endif  __HARVEST_H__