From 52462c31854374de83bd0b1a742d6184e07389b5 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Sat, 24 Oct 2009 13:31:41 +0000 Subject: [PATCH] Remove temporary define from r75653 --- Python/dtoa.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python/dtoa.c b/Python/dtoa.c index c0559b48727..1cac9417487 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