]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(INTDEFX): Remove.
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Sep 2002 01:10:41 +0000 (01:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Sep 2002 01:10:41 +0000 (01:10 +0000)
(hidden_defx): Define and use.

sysdeps/m68k/fpu/s_isinf.c

index d87a2317ed1e0d6f525d07d9d0ab5cf5add7be06..5fb43ea2a0533f1ca2885843d329eab8b9201814 100644 (file)
@@ -34,7 +34,7 @@ __CONCATX(__,FUNC) (x)
   return __m81_u(__CONCATX(__,FUNC))(x);
 }
 
-#define INTDEFX(a) INTDEF(a)
-INTDEFX(__CONCATX(__,FUNC))
+#define hidden_defx(a) hidden_def(a)
+hidden_defx(__CONCATX(__,FUNC))
 #define weak_aliasx(a,b) weak_alias(a,b)
 weak_aliasx (__CONCATX(__,FUNC), FUNC)