[Numpy-svn] r3921 - trunk/numpy/core/src

numpy-svn at scipy.org numpy-svn at scipy.org
Sat Jul 28 07:22:04 EDT 2007


Author: pearu
Date: 2007-07-28 06:22:01 -0500 (Sat, 28 Jul 2007)
New Revision: 3921

Modified:
   trunk/numpy/core/src/umathmodule.c.src
Log:
Trying to fix inconsisted dll linkage warning, 8: Dont understand why my changes have no effect, giving up for now.

Modified: trunk/numpy/core/src/umathmodule.c.src
===================================================================
--- trunk/numpy/core/src/umathmodule.c.src	2007-07-28 11:16:26 UTC (rev 3920)
+++ trunk/numpy/core/src/umathmodule.c.src	2007-07-28 11:22:01 UTC (rev 3921)
@@ -66,13 +66,8 @@
 #undef sqrtf
 #endif
 float log1pf(float);
-#ifdef DISTUTILS_USE_SDK
-float __cdecl logf(float);
-float __cdecl sqrtf(float);
-#else
 float logf(float);
 float sqrtf(float);
-#endif
 #ifdef acoshf
 #undef acoshf
 #endif




More information about the Numpy-svn mailing list