* lib/math.in.h (remainderl): Undefine macro from the system header.
+2012-03-13 Bruno Haible <bruno@clisp.org>
+
+ remainderl: Avoid compilation error on AIX >= 5.2.
+ * lib/math.in.h (remainderl): Undefine macro from the system header.
+
2012-03-13 Bruno Haible <bruno@clisp.org>
Avoid compilation errors with MSVC option -fp:strict.
_GL_CXXALIAS_RPL (remainderl, long double, (long double x, long double y));
# else
# if !@HAVE_DECL_REMAINDERL@
+# undef remainderl
_GL_FUNCDECL_SYS (remainderl, long double, (long double x, long double y));
# endif
_GL_CXXALIAS_SYS (remainderl, long double, (long double x, long double y));