From fd42f3099112b8de50c9145af4a43c1cf35887a3 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Sat, 24 Oct 2009 12:17:24 +0000 Subject: [PATCH] Temporary define to avoid build failure --- Python/dtoa.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python/dtoa.c b/Python/dtoa.c index 1cac941748..c0559b4872 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 -- 2.50.1