diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2003-02-10 22:38:36 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2003-02-10 22:38:36 +0000 |
commit | eff24ab9c5e61bc5e29df2a82f7f941ac9ce6927 (patch) | |
tree | 84352307fc1e1f7ee4f9177aa7372cfacaeb5481 /winsup | |
parent | 51a46b54ba2d7ea5272cf56a4934d3ce5e766b38 (diff) | |
download | newlib-eff24ab9c5e61bc5e29df2a82f7f941ac9ce6927.zip newlib-eff24ab9c5e61bc5e29df2a82f7f941ac9ce6927.tar.gz newlib-eff24ab9c5e61bc5e29df2a82f7f941ac9ce6927.tar.bz2 |
* mingwex/math/cephes_emath.h: Don't redefine INFINITY.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/mingw/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/mingw/mingwex/math/cephes_emath.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 3c767fb..e15e7ac 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,5 +1,9 @@ 2003-02-10 Danny Smith <dannysmith@users.sourceforge.net> + * mingwex/math/cephes_emath.h: Don't redefine INFINITY. + +2003-02-10 Danny Smith <dannysmith@users.sourceforge.net> + * include/_mingw.h (_CRTIMP): Define for __GNUC__ if __declspec(dllimport) supported. (__cdecl): Define if not already defined. diff --git a/winsup/mingw/mingwex/math/cephes_emath.h b/winsup/mingw/mingwex/math/cephes_emath.h index 133b0e0..67b8d81 100644 --- a/winsup/mingw/mingwex/math/cephes_emath.h +++ b/winsup/mingw/mingwex/math/cephes_emath.h @@ -285,7 +285,6 @@ static __inline__ void __eshdn6(register short unsigned int *x); #define XPD 0, /* #define XPD */ #define NANS -#define INFINITY /* NaN's require infinity support. */ #ifdef NANS |