summaryrefslogtreecommitdiff
path: root/Python/dtoa.c
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-10-24 12:17:24 +0000
committerMark Dickinson <dickinsm@gmail.com>2009-10-24 12:17:24 +0000
commit74c0bdf7057a397dd28573ed6e18629fca04c1da (patch)
treed019c07e8b10a49461e00bb29651e927aeb75546 /Python/dtoa.c
parent385799f2f427630b9449a8cf78cc2933b073c954 (diff)
downloadcpython-74c0bdf7057a397dd28573ed6e18629fca04c1da.tar.gz
Temporary define to avoid build failure
Diffstat (limited to 'Python/dtoa.c')
-rw-r--r--Python/dtoa.c2
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