aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-02-10 22:38:36 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2003-02-10 22:38:36 +0000
commiteff24ab9c5e61bc5e29df2a82f7f941ac9ce6927 (patch)
tree84352307fc1e1f7ee4f9177aa7372cfacaeb5481 /winsup
parent51a46b54ba2d7ea5272cf56a4934d3ce5e766b38 (diff)
downloadnewlib-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/ChangeLog4
-rw-r--r--winsup/mingw/mingwex/math/cephes_emath.h1
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