]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S
Remove IS_IN_libm
[thirdparty/glibc.git] / sysdeps / powerpc / powerpc32 / power5 / fpu / s_isnan.S
index 99879a89de4af43281686352262772eca98b4de5..e91c56709f6512f4b6d7e1193abd417c4a7e0e40 100644 (file)
@@ -52,7 +52,7 @@ strong_alias (__isnan, __isnanl)
 weak_alias (__isnan, isnanl)
 #endif
 
-#ifndef IS_IN_libm
+#if !IS_IN (libm)
 # if LONG_DOUBLE_COMPAT(libc, GLIBC_2_0)
 compat_symbol (libc, __isnan, __isnanl, GLIBC_2_0);
 compat_symbol (libc, isnan, isnanl, GLIBC_2_0);