]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S
Remove IS_IN_libm
[thirdparty/glibc.git] / sysdeps / powerpc / powerpc64 / power8 / fpu / s_isnan.S
index 2c7b2d1d9a6c6cc945eeac8e594b029bdb8dfe13..8ecd135efdc5bf62e2156dab2e4b0849301210e0 100644 (file)
@@ -48,7 +48,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);