summaryrefslogtreecommitdiff
path: root/modules/uchar
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-01-13 00:16:48 +0100
committerBruno Haible <bruno@clisp.org>2020-01-13 00:16:48 +0100
commit0296188c2fea8f448b846e5510b8f7873bb79b53 (patch)
tree292f863363ede5ad8f9669e60dd113f998820b5d /modules/uchar
parent6b9d15b8bcb3c009374ccb21dc2c2be2333133d7 (diff)
downloadgnulib-0296188c2fea8f448b846e5510b8f7873bb79b53.tar.gz
c32stombs: New module.
* lib/uchar.in.h (c32stombs): New declaration. * lib/c32stombs.c: New file. * m4/uchar.m4 (gl_UCHAR_H_DEFAULTS): Initialize GNULIB_C32STOMBS. * modules/uchar (Makefile.am): Substitute GNULIB_C32STOMBS. * modules/c32stombs: New file. * tests/test-uchar-c++.cc: Test the signature of c32stombs. * doc/posix-functions/wcstombs.texi: Mention the new module.
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 c7e86edd4c..595bac5486 100644
--- a/modules/uchar
+++ b/modules/uchar
@@ -32,6 +32,7 @@ uchar.h: uchar.in.h $(top_builddir)/config.status $(CXXDEFS_H)
-e 's/@''GNULIB_C32RTOMB''@/$(GNULIB_C32RTOMB)/g' \
-e 's/@''GNULIB_C32SNRTOMBS''@/$(GNULIB_C32SNRTOMBS)/g' \
-e 's/@''GNULIB_C32SRTOMBS''@/$(GNULIB_C32SRTOMBS)/g' \
+ -e 's/@''GNULIB_C32STOMBS''@/$(GNULIB_C32STOMBS)/g' \
-e 's/@''GNULIB_C32TOB''@/$(GNULIB_C32TOB)/g' \
-e 's/@''GNULIB_MBRTOC32''@/$(GNULIB_MBRTOC32)/g' \
-e 's/@''GNULIB_MBSNRTOC32S''@/$(GNULIB_MBSNRTOC32S)/g' \