Skip to content

Commit

Permalink
Remove bad cygwin code from numpy header.
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Oct 19, 2016
1 parent d4aaf27 commit 909e65f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/numpy/ufuncobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 | \
Expand Down

0 comments on commit 909e65f

Please sign in to comment.