Remove bad cygwin code from numpy header.

This commit is contained in:
Matthew Honnibal 2016-10-19 20:02:14 +02:00
parent d4aaf2752c
commit 909e65f2a3

View File

@ -389,9 +389,6 @@ typedef struct _loop1d_info {
#if defined(__GLIBC__) || defined(__APPLE__) || \
defined(__MINGW32__) || defined(__FreeBSD__)
#include <fenv.h>
#elif defined(__CYGWIN__)
#include "fenv/fenv.c"
#endif
#define UFUNC_CHECK_STATUS(ret) { \
int fpstatus = (int) fetestexcept(FE_DIVBYZERO | FE_OVERFLOW | \