home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 5.ddi / MWHC.005 / K4 < prev    next >
Encoding:
Text File  |  1992-12-09  |  588 b   |  23 lines

  1. /*
  2.  *   87.cf -- extra-ANSI 
  3.  *
  4.  *   Declare the _87_exists variable.
  5.  *
  6.  *           Copyright (c) 1990, MetaWare Incorporated
  7.  */
  8.  
  9. #ifndef _87_CF
  10. #define _87_CF
  11.  
  12. #include <implemen.cf>
  13. extern char _87_exists;
  14. #pragma Alias(_87_exists,_Private_prefix "8087");
  15. #if 0
  16.    -- This variable is True if an 8087 or 287 exists at run-time.
  17.    -- If True the floating-point emulatuion library will use the chip rather
  18.    -- than emulating floating-point instructions.  You can prevent the
  19.    -- use of the chip by setting this variable to False.
  20. #endif
  21.  
  22. #endif /* _87_CF */
  23.