summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-10-24 12:17:24 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-10-24 12:17:24 (GMT)
commitfd42f3099112b8de50c9145af4a43c1cf35887a3 (patch)
treefe95218bb3e95b8a6cc12ce9bbbd20dfa274ba80
parentbb28285ea2f01e97a26bc595d49da43fbee62913 (diff)
downloadcpython-fd42f3099112b8de50c9145af4a43c1cf35887a3.zip
cpython-fd42f3099112b8de50c9145af4a43c1cf35887a3.tar.gz
cpython-fd42f3099112b8de50c9145af4a43c1cf35887a3.tar.bz2
Temporary define to avoid build failure
-rw-r--r--Python/dtoa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/dtoa.c b/Python/dtoa.c
index 1cac941..c0559b4 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