* lib/math.in.h (expm1l): Undefine macro before declaration. Needed on
AIX 5.2..7.1.
+2012-03-07 Bruno Haible <bruno@clisp.org>
+
+ expm1l: Avoid compilation error on AIX.
+ * lib/math.in.h (expm1l): Undefine macro before declaration. Needed on
+ AIX 5.2..7.1.
+
2012-03-07 Bruno Haible <bruno@clisp.org>
expm1l: Don't override undeclared system function on IRIX 6.5.
#if @GNULIB_EXPM1L@
# if !@HAVE_DECL_EXPM1L@
+# undef expm1l
_GL_FUNCDECL_SYS (expm1l, long double, (long double x));
# endif
_GL_CXXALIAS_SYS (expm1l, long double, (long double x));