home *** CD-ROM | disk | FTP | other *** search
- /*
- * 87.cf -- extra-ANSI
- *
- * Declare the _87_exists variable.
- *
- * Copyright (c) 1990, MetaWare Incorporated
- */
-
- #ifndef _87_CF
- #define _87_CF
-
- #include <implemen.cf>
- extern char _87_exists;
- #pragma Alias(_87_exists,_Private_prefix "8087");
- #if 0
- -- This variable is True if an 8087 or 287 exists at run-time.
- -- If True the floating-point emulatuion library will use the chip rather
- -- than emulating floating-point instructions. You can prevent the
- -- use of the chip by setting this variable to False.
- #endif
-
- #endif /* _87_CF */
-