summaryrefslogtreecommitdiff
path: root/modules/uchar
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-10 01:50:39 +0200
committerBruno Haible <bruno@clisp.org>2023-04-10 01:50:39 +0200
commitd47ae89803ca1cde69b8a312101421322f4259f6 (patch)
treee6a192385c4ba2fa340697346900e0e214922b1c /modules/uchar
parentcba07f77a7579c8d4f2d80783cb3b5acdab24bc5 (diff)
downloadgnulib-d47ae89803ca1cde69b8a312101421322f4259f6.tar.gz
c32toupper: New module.
* lib/uchar.in.h (c32toupper): New declaration. * lib/c32toupper.c: New file. * modules/c32toupper: New file. * m4/uchar_h.m4 (gl_UCHAR_H_REQUIRE_DEFAULTS): Initialize GNULIB_C32TOUPPER. * modules/uchar (Makefile.am): Substitute GNULIB_C32TOUPPER.
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 f49db7d42c..6363d543d9 100644
--- a/modules/uchar
+++ b/modules/uchar
@@ -52,6 +52,7 @@ uchar.h: uchar.in.h $(top_builddir)/config.status $(CXXDEFS_H)
-e 's/@''GNULIB_C32ISUPPER''@/$(GNULIB_C32ISUPPER)/g' \
-e 's/@''GNULIB_C32ISXDIGIT''@/$(GNULIB_C32ISXDIGIT)/g' \
-e 's/@''GNULIB_C32TOLOWER''@/$(GNULIB_C32TOLOWER)/g' \
+ -e 's/@''GNULIB_C32TOUPPER''@/$(GNULIB_C32TOUPPER)/g' \
-e 's/@''GNULIB_C32RTOMB''@/$(GNULIB_C32RTOMB)/g' \
-e 's/@''GNULIB_C32SNRTOMBS''@/$(GNULIB_C32SNRTOMBS)/g' \
-e 's/@''GNULIB_C32SRTOMBS''@/$(GNULIB_C32SRTOMBS)/g' \