From: Mark Dickinson Date: Sat, 24 Oct 2009 13:31:41 +0000 (+0000) Subject: Remove temporary define from r75653 X-Git-Tag: v2.7a1~255 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52462c31854374de83bd0b1a742d6184e07389b5;p=thirdparty%2FPython%2Fcpython.git Remove temporary define from r75653 --- diff --git a/Python/dtoa.c b/Python/dtoa.c index c0559b487272..1cac94174874 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