From 909e65f2a356f53560f799d294bb342c36c54d2c Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 19 Oct 2016 20:02:14 +0200 Subject: [PATCH] Remove bad cygwin code from numpy header. --- include/numpy/ufuncobject.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/numpy/ufuncobject.h b/include/numpy/ufuncobject.h index 076dd880c..8b429be89 100644 --- a/include/numpy/ufuncobject.h +++ b/include/numpy/ufuncobject.h @@ -389,9 +389,6 @@ typedef struct _loop1d_info { #if defined(__GLIBC__) || defined(__APPLE__) || \ defined(__MINGW32__) || defined(__FreeBSD__) #include -#elif defined(__CYGWIN__) -#include "fenv/fenv.c" -#endif #define UFUNC_CHECK_STATUS(ret) { \ int fpstatus = (int) fetestexcept(FE_DIVBYZERO | FE_OVERFLOW | \