home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / comm / revrdist.sit / Local #includes / C_config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-08-10  |  253 b   |  14 lines  |  [TEXT/KAHL]

  1. /*
  2.  * C_config.h - compiler dependent options
  3.  */
  4.  
  5. #ifndef    _H_c_config
  6. #define    _H_c_config
  7. /* defns for LSC */
  8. typedef    long    Longint;            /* pascal LONGINT type */
  9. typedef    int        Integer;            /* pascal INTEGER type */
  10. #ifndef    nil
  11. #define    nil        0l
  12. #endif
  13.  
  14. #endif