From f3a580877e1e14a8390f1e88769362f9aca57f98 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 10 Sep 2002 01:05:50 +0000 Subject: [PATCH] (__isinfl): Remove INTDEF. Add hidden_def. --- sysdeps/m68k/s_isinfl.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sysdeps/m68k/s_isinfl.c b/sysdeps/m68k/s_isinfl.c index 89880bc..2502039 100644 --- a/sysdeps/m68k/s_isinfl.c +++ b/sysdeps/m68k/s_isinfl.c @@ -19,10 +19,6 @@ #include #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); -- 2.7.4