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

mark.dickinson python-checkins at python.org
Sat Oct 24 15:31:41 CEST 2009


Author: mark.dickinson
Date: Sat Oct 24 15:31:41 2009
New Revision: 75660

Log:
Remove temporary define from r75653

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 15:31:41 2009
@@ -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


More information about the Python-checkins mailing list