[Numpy-svn] r5933 - branches/ufunc_cleanup/numpy/core/src

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Oct 5 17:03:36 EDT 2008


Author: charris
Date: 2008-10-05 16:03:34 -0500 (Sun, 05 Oct 2008)
New Revision: 5933

Modified:
   branches/ufunc_cleanup/numpy/core/src/math_c99.inc.src
Log:
Add WTF_MathExtras.h to math_c99.inc.src for testing.

Modified: branches/ufunc_cleanup/numpy/core/src/math_c99.inc.src
===================================================================
--- branches/ufunc_cleanup/numpy/core/src/math_c99.inc.src	2008-10-05 19:15:30 UTC (rev 5932)
+++ branches/ufunc_cleanup/numpy/core/src/math_c99.inc.src	2008-10-05 21:03:34 UTC (rev 5933)
@@ -11,6 +11,8 @@
  *****************************************************************************
  */
 
+#include "numpy/WTF_MathExtras.h"
+
 /* Original code by Konrad Hinsen.  */
 #ifndef HAVE_EXPM1
 double expm1(double x)




More information about the Numpy-svn mailing list