[Python-checkins] r75653 - python/trunk/Python/dtoa.c

mark.dickinson python-checkins at python.org
Sat Oct 24 14:17:24 CEST 2009


Author: mark.dickinson
Date: Sat Oct 24 14:17:24 2009
New Revision: 75653

Log:
Temporary define to avoid build failure

Modified:
   python/trunk/Python/dtoa.c

Modified: python/trunk/Python/dtoa.c
==============================================================================
--- python/trunk/Python/dtoa.c	(original)
+++ python/trunk/Python/dtoa.c	Sat Oct 24 14:17:24 2009
@@ -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


More information about the Python-checkins mailing list