#undef __isnanf and isnanf after reading the headers.
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Sep 2002 19:00:15 +0000 (19:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Sep 2002 19:00:15 +0000 (19:00 +0000)
sysdeps/powerpc/fpu/s_isnan.c

index ad1d617..0ad1c62 100644 (file)
@@ -24,6 +24,9 @@
 #include "math.h"
 #include <fenv_libc.h>
 
+#undef __isnanf
+#undef isnanf
+
 int
 __isnan (x)
      double x;