home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c004 / 3.ddi / AZ / CTCMPL.SD < prev    next >
Encoding:
Text File  |  1989-04-18  |  634 b   |  37 lines

  1. #define BUPDATE 2
  2. #define BCREATE    0666
  3. #define C255    -1
  4. #define getnum gtnum
  5. #define ct_NULL 0    /* small data models */
  6.  
  7. /* If you receive a compiler error 2 (out of string space), use the option
  8.  
  9.     -Z2250
  10.  
  11.    to request additional string space during compilation. If you receive
  12.    compiler error 36 (no more expression space), use the option
  13.  
  14.     -E80
  15.  */
  16.  
  17. /* 
  18.  
  19. For the Apple Macintosh implementation:
  20.  
  21.     -In CTPORT.H change
  22.         #define LOCAL static
  23.      to
  24.         #define LOCAL GLOBAL
  25.  
  26.     -In CTOPTN.H change
  27.         #define NOTFORCE
  28.      to
  29.         #define FPUTONLY
  30.  
  31.      and change
  32.         #define LOW_HIGH
  33.      to
  34.         #define HIGH_LOW
  35.  
  36.  */
  37.