summaryrefslogtreecommitdiff
path: root/Python/dtoa.c
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-10-24 13:31:41 +0000
committerMark Dickinson <dickinsm@gmail.com>2009-10-24 13:31:41 +0000
commit5a41a75f7858a88ed17698f1efe808e99854985d (patch)
treea33f74e78b6e4eca7dc13406b7fba4ef212bed32 /Python/dtoa.c
parent5b56a95502b8606a4bfea990ce04d228e9c238d5 (diff)
downloadcpython-5a41a75f7858a88ed17698f1efe808e99854985d.tar.gz
Remove temporary define from r75653
Diffstat (limited to 'Python/dtoa.c')
-rw-r--r--Python/dtoa.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/dtoa.c b/Python/dtoa.c
index c0559b4872..1cac941748 100644
--- a/Python/dtoa.c
+++ b/Python/dtoa.c
@@ -116,8 +116,6 @@
#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