1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 15:13:36 +00:00

localeinfo: Make sure mbszero can be called.

* lib/localeinfo.c: Include <wchar.h>.
* modules/localeinfo (Depends-on): Add wchar-h.
This commit is contained in:
Bruno Haible
2026-05-12 12:35:59 +02:00
parent ddb55b0d7d
commit c3fd339943
3 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2026-05-12 Bruno Haible <bruno@clisp.org>
localeinfo: Make sure mbszero can be called.
* lib/localeinfo.c: Include <wchar.h>.
* modules/localeinfo (Depends-on): Add wchar-h.
2026-05-12 Bruno Haible <bruno@clisp.org>
error: Restore library name-spacing of verror_at_line.

View File

@@ -29,6 +29,7 @@
#include <stdlib.h>
#include <string.h>
#include <uchar.h>
#include <wchar.h>
/* The sbclen implementation relies on this. */
verify (MB_LEN_MAX <= SCHAR_MAX);

View File

@@ -21,6 +21,7 @@ uchar-h
# to enable it.
#uchar-h-c23
verify
wchar-h
configure.ac: