[Numpy-svn] r6385 - branches/coremath/numpy/core

numpy-svn at scipy.org numpy-svn at scipy.org
Wed Feb 18 12:25:19 EST 2009


Author: cdavid
Date: 2009-02-18 11:25:12 -0600 (Wed, 18 Feb 2009)
New Revision: 6385

Modified:
   branches/coremath/numpy/core/setup.py
Log:
Remove obsolete defines.

Modified: branches/coremath/numpy/core/setup.py
===================================================================
--- branches/coremath/numpy/core/setup.py	2009-02-18 17:24:44 UTC (rev 6384)
+++ branches/coremath/numpy/core/setup.py	2009-02-18 17:25:12 UTC (rev 6385)
@@ -235,16 +235,6 @@
                 else:
                     target_f.write('#define %s %s\n' % (d[0],d[1]))
 
-            # Keep those for backward compatibility for now
-            target_f.write("""
-#ifdef HAVE_EXPL
-#define HAVE_LONGDOUBLE_FUNCS
-#endif
-
-#ifdef HAVE_EXPF
-#define HAVE_FLOAT_FUNCS
-#endif
-""")
             target_f.close()
             print 'File:',target
             target_f = open(target)




More information about the Numpy-svn mailing list