diff options
Diffstat (limited to 'Python/dtoa.c')
-rw-r--r-- | Python/dtoa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/dtoa.c b/Python/dtoa.c index 1cac941748..c0559b4872 100644 --- a/Python/dtoa.c +++ b/Python/dtoa.c @@ -116,6 +116,8 @@ #include "Python.h" +#define IEEE_8087 + /* if PY_NO_SHORT_FLOAT_REPR is defined, then don't even try to compile the following code */ #ifndef PY_NO_SHORT_FLOAT_REPR |