* lib/c-strtod.c (newlocale): Undefine before use.
+2024-06-02 Bruno Haible <bruno@clisp.org>
+
+ c-strtod, c-strtof, c-strtold: Fix link error on AIX.
+ * lib/c-strtod.c (newlocale): Undefine before use.
+
2024-06-02 Bruno Haible <bruno@clisp.org>
isnanf, isnand, isnanl: Fix link errors on AIX 7.1 with xlc.
# define STRTOD strtod
#endif
+/* Here we don't need the newlocale override that supports gl_locale_name(). */
+#undef newlocale
+
#if defined LC_ALL_MASK && (HAVE_GOOD_STRTOD_L || HAVE_WORKING_USELOCALE)
/* Cache for the C locale object.