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:
@@ -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.
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -21,6 +21,7 @@ uchar-h
|
||||
# to enable it.
|
||||
#uchar-h-c23
|
||||
verify
|
||||
wchar-h
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user