diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-10-24 13:31:41 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-10-24 13:31:41 (GMT) |
commit | 52462c31854374de83bd0b1a742d6184e07389b5 (patch) | |
tree | 22db0d4027957844537f7f60fe1a667c761b9394 /Python | |
parent | 672422a328d0a4c9ce5528a64bdefd9a10474caf (diff) | |
download | cpython-52462c31854374de83bd0b1a742d6184e07389b5.zip cpython-52462c31854374de83bd0b1a742d6184e07389b5.tar.gz cpython-52462c31854374de83bd0b1a742d6184e07389b5.tar.bz2 |
Remove temporary define from r75653
Diffstat (limited to 'Python')
-rw-r--r-- | Python/dtoa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/dtoa.c b/Python/dtoa.c index c0559b4..1cac941 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 |