+2025-01-16 Bruno Haible <bruno@clisp.org>
+
+ wchar_h: Fix for glibc 2.5.
+ * lib/wchar.in.h (__need_wint_t): Clean up after including glibc's
+ <wchar.h>.
+
2025-01-14 Bruno Haible <bruno@clisp.org>
assert-h: Fix compilation error with gcc >= 13 on Solaris 11.
/* A substitute for ISO C99 <wchar.h>, for platforms that have issues.
- Copyright (C) 2007-2024 Free Software Foundation, Inc.
+ Copyright (C) 2007-2025 Free Software Foundation, Inc.
This file is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
<wctype.h> is completely included or is still being included. */
#@INCLUDE_NEXT@ @NEXT_WCHAR_H@
+/* The glibc 2.5 /usr/include/wchar.h defines __need_wint_t but never undefines
+ it. We need to do that here. */
+#undef __need_wint_t
#else
/* Normal invocation convention. */