summaryrefslogtreecommitdiff
path: root/sysdeps/m68k
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-06-13 07:52:09 +0000
committerAndreas Schwab <schwab@suse.de>2002-06-13 07:52:09 +0000
commite242bf937cabebbe3d00b6caf526012ca5770591 (patch)
tree4e7a092aa3df2c855a23c20e4a7aeb8c38c17ec6 /sysdeps/m68k
parentf6e5022bf85586c825739acf5eea988ee5f9c5c8 (diff)
(INTDEFX): Define to get correct expansion order.
Diffstat (limited to 'sysdeps/m68k')
-rw-r--r--sysdeps/m68k/fpu/s_isinf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/m68k/fpu/s_isinf.c b/sysdeps/m68k/fpu/s_isinf.c
index 98a7c62a91..d87a2317ed 100644
--- a/sysdeps/m68k/fpu/s_isinf.c
+++ b/sysdeps/m68k/fpu/s_isinf.c
@@ -34,6 +34,7 @@ __CONCATX(__,FUNC) (x)
return __m81_u(__CONCATX(__,FUNC))(x);
}
-INTDEF(__CONCATX(__,FUNC))
+#define INTDEFX(a) INTDEF(a)
+INTDEFX(__CONCATX(__,FUNC))
#define weak_aliasx(a,b) weak_alias(a,b)
weak_aliasx (__CONCATX(__,FUNC), FUNC)