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

numpy-svn at scipy.org numpy-svn at scipy.org
Wed Nov 12 04:28:36 EST 2008


Author: charris
Date: 2008-11-12 03:28:30 -0600 (Wed, 12 Nov 2008)
New Revision: 6017

Modified:
   trunk/numpy/core/src/math_c99.inc.src
Log:
Another test for microsoft buildbot.

Modified: trunk/numpy/core/src/math_c99.inc.src
===================================================================
--- trunk/numpy/core/src/math_c99.inc.src	2008-11-12 07:26:55 UTC (rev 6016)
+++ trunk/numpy/core/src/math_c99.inc.src	2008-11-12 09:28:30 UTC (rev 6017)
@@ -11,12 +11,12 @@
  *****************************************************************************
  */
 
-#if 0
+#ifndef _MSC_VER
 
 /**begin repeat
  * #type = float, double, longdouble#
  * #c = f, ,l#
-*/
+ */
 
 /**begin repeat1
  * #kind = sin,cos,tan,sinh,cosh,tanh,fabs,floor,ceil,rint,trunc,sqrt,log10,
@@ -44,6 +44,10 @@
 
 /**end repeat**/
 
+#else
+#include <xmath.h>
+#define HAVE_TANHF
+
 #endif
 
 /*
@@ -245,7 +249,7 @@
  * #TYPE = LONGDOUBLE, FLOAT#
  * #c = l,f#
  * #C = L,F#
-*/
+ */
 
 /**begin repeat1
  * #kind = sin,cos,tan,sinh,cosh,tanh,fabs,floor,ceil,rint,trunc,sqrt,log10,




More information about the Numpy-svn mailing list