summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/pyport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 9b8b1e7..c1ed4a6 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -469,7 +469,7 @@ extern "C" {
the FPU is using 53-bit precision. Here are macros that force this. See
Python/pystrtod.c for an example of their use. */
-#ifdef USING_X87_FPU
+#ifdef HAVE_GCC_ASM_FOR_X87
#define _Py_SET_53BIT_PRECISION_HEADER \
unsigned short old_387controlword, new_387controlword
#define _Py_SET_53BIT_PRECISION_START \