home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l045 / 2.ddi / FLOAT.INC < prev    next >
Encoding:
Text File  |  1987-12-23  |  824 b   |  15 lines

  1. (********************************************************************)
  2. (*                         GRAPHIX TOOLBOX 4.0                      *)
  3. (*       Copyright (c) 1985, 87 by  Borland International, Inc.     *)
  4. (********************************************************************)
  5.  
  6. { The setting of the N compiler directive within this include file will }
  7. { determine whether your toolbox programs will use the standard Turbo   }
  8. { Pascal 6 byte real number or the Turbo Pascal double precision real   }
  9. { number. In order to use the double precision real number type, you    }
  10. { must have an 8087 math coprocessor installed in your computer.        }
  11.  
  12.  
  13. {$N-} { Change to $N+ if you want to use the 8 byte double precision real }
  14.       { Change to $N- if you want to use the 6 byte non-8087 real number  }
  15.