From: Mark Dickinson Date: Sat, 24 Oct 2009 12:17:24 +0000 (+0000) Subject: Temporary define to avoid build failure X-Git-Tag: v2.7a1~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd42f3099112b8de50c9145af4a43c1cf35887a3;p=thirdparty%2FPython%2Fcpython.git Temporary define to avoid build failure --- diff --git a/Python/dtoa.c b/Python/dtoa.c index 1cac94174874..c0559b487272 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