OSDN Git Service

2006-03-07 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Tue, 7 Mar 2006 22:14:04 +0000 (22:14 +0000)
committerjjohnstn <jjohnstn>
Tue, 7 Mar 2006 22:14:04 +0000 (22:14 +0000)
        * libm/common/sf_isinf.c[_DOUBLE_IS_32BITS]: Undef isinf.
        * libm/common/sf_isnan.c[_DOUBLE_IS_32BITS]: Undef isnan.

newlib/ChangeLog
newlib/libm/common/sf_isinf.c
newlib/libm/common/sf_isnan.c

index d1da05f..5b7f21b 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-07  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * libm/common/sf_isinf.c[_DOUBLE_IS_32BITS]: Undef isinf.
+       * libm/common/sf_isnan.c[_DOUBLE_IS_32BITS]: Undef isnan.
+
 2006-03-02  Jeff Johnston  <jjohnstn@redhat.com>
 
        * libm/math/math.tex: Fix reference to sisnan.def which
index 9ee60c0..74ba4ed 100644 (file)
@@ -19,6 +19,8 @@ _DEFUN (isinff, (x),
 
 #ifdef _DOUBLE_IS_32BITS
 
+#undef isinf
+
 int
 _DEFUN (isinf, (x),
        double x)
index e010051..befc3b2 100644 (file)
@@ -32,6 +32,8 @@ _DEFUN (isnanf, (x),
 
 #ifdef _DOUBLE_IS_32BITS
 
+#undef isnan
+
 int
 _DEFUN (isnan, (x),
        double x)