(__isinfl): Remove INTDEF. Add hidden_def.
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Sep 2002 01:05:50 +0000 (01:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Sep 2002 01:05:50 +0000 (01:05 +0000)
sysdeps/m68k/s_isinfl.c

index 89880bc..2502039 100644 (file)
 #include <math.h>
 #include "ieee754.h"
 
-#undef __isinfl
-#undef isinfl
-
-
 /* Return 0 if VALUE is finite or NaN, +1 if it
    is +Infinity, -1 if it is -Infinity.  */
 int
@@ -42,5 +38,5 @@ __isinfl (long double value)
   return 0;
 }
 
-INTDEF(__isinfl)
+hidden_def (__isinfl)
 weak_alias (__isinfl, isinfl);