+2021-01-06 Bruno Haible <bruno@clisp.org>
+
+ ilogbl: Fix compilation error with xlclang on AIX 7.2.
+ * lib/math.in.h (ilogbl): Undefine macro before declaration.
+
2021-01-06 Bruno Haible <bruno@clisp.org>
ilogbl: Fix test failures on AIX 7.1 in 64-bit mode.
_GL_CXXALIAS_RPL (ilogbl, int, (long double x));
# else
# if !@HAVE_ILOGBL@
+# undef ilogbl
_GL_FUNCDECL_SYS (ilogbl, int, (long double x));
# endif
_GL_CXXALIAS_SYS (ilogbl, int, (long double x));
_GL_CXXALIAS_RPL (sinf, float, (float x));
# else
# if !@HAVE_SINF@
- # undef sinf
+# undef sinf
_GL_FUNCDECL_SYS (sinf, float, (float x));
# endif
_GL_CXXALIAS_SYS (sinf, float, (float x));