summaryrefslogtreecommitdiff
path: root/modules/uchar
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-05-04 13:52:42 +0200
committerBruno Haible <bruno@clisp.org>2023-05-04 13:52:42 +0200
commit103acbb1bde27ab19005994b6f3c85693d642a8a (patch)
tree0ac4ae2c4eb9a7d84665fa95721517ad317324aa /modules/uchar
parent1304b9698bd1757b29550d38e5c80d233e65aa01 (diff)
downloadgnulib-103acbb1bde27ab19005994b6f3c85693d642a8a.tar.gz
c32width: New module.
* lib/uchar.in.h (c32width): New declaration. * lib/c32width.c: New file, based on lib/c32is-impl.h. * modules/c32width: New file. * m4/uchar_h.m4 (gl_UCHAR_H_REQUIRE_DEFAULTS): Initialize GNULIB_C32WIDTH. * modules/uchar (Makefile.am): Substitute GNULIB_C32WIDTH.
Diffstat (limited to 'modules/uchar')
-rw-r--r--modules/uchar1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/uchar b/modules/uchar
index 6363d543d9..3c6f3963b9 100644
--- a/modules/uchar
+++ b/modules/uchar
@@ -53,6 +53,7 @@ uchar.h: uchar.in.h $(top_builddir)/config.status $(CXXDEFS_H)
-e 's/@''GNULIB_C32ISXDIGIT''@/$(GNULIB_C32ISXDIGIT)/g' \
-e 's/@''GNULIB_C32TOLOWER''@/$(GNULIB_C32TOLOWER)/g' \
-e 's/@''GNULIB_C32TOUPPER''@/$(GNULIB_C32TOUPPER)/g' \
+ -e 's/@''GNULIB_C32WIDTH''@/$(GNULIB_C32WIDTH)/g' \
-e 's/@''GNULIB_C32RTOMB''@/$(GNULIB_C32RTOMB)/g' \
-e 's/@''GNULIB_C32SNRTOMBS''@/$(GNULIB_C32SNRTOMBS)/g' \
-e 's/@''GNULIB_C32SRTOMBS''@/$(GNULIB_C32SRTOMBS)/g' \