From 9e17a29335f0ce11c80bbedab53df3fe293d67f7 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Thu, 5 Apr 2007 16:05:45 +0000 Subject: Include fenv.h the second time for CYGWIN. Change a few defines. --- numpy/numarray/_capi.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'numpy/numarray') diff --git a/numpy/numarray/_capi.c b/numpy/numarray/_capi.c index a2ca326a7..4f573638b 100644 --- a/numpy/numarray/_capi.c +++ b/numpy/numarray/_capi.c @@ -2937,12 +2937,11 @@ NA_checkFPErrors(void) return retstatus; } -#elif defined(linux) || defined(darwin) || defined(__CYGWIN__) - +#elif defined(linux) || defined(__APPLE__) || defined(__CYGWIN__) || defined(__MINGW32__) #if defined(__GLIBC__) || defined(darwin) || defined(__MINGW32__) #include #elif defined(__CYGWIN__) -#include "numpy/fenv/fenv.c" +#include "numpy/fenv/fenv.h" #endif static int -- cgit v1.2.1