]> Savannah Git Hosting - gnulib.git/commit
uchar: Fix references to overridden functions with GNULIB_NAMESPACE.
authorBruno Haible <bruno@clisp.org>
Thu, 7 Sep 2023 12:39:12 +0000 (14:39 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 7 Sep 2023 14:24:49 +0000 (16:24 +0200)
commit317574cb11b64c81314c1ac6c23acdd744ac4141
tree65d5de52632a27e7592a8142ba7da7e4a49cfa0a
parent49c2f9e84ec15bc0e3149ea7c989e67e259370c1
uchar: Fix references to overridden functions with GNULIB_NAMESPACE.

* lib/uchar.in.h (btoc32, c32isalnum, c32isalpha, c32isblank,
c32iscntrl, c32isdigit, c32isgraph, c32islower, c32isprint, c32ispunct,
c32isspace, c32isupper, c32isxdigit, c32tolower, c32toupper, c32width,
c32snrtombs, c32srtombs, c32swidth, c32tob, mbsnrtoc32s, mbsrtoc32s,
c32_get_type_test, c32_apply_type_test, c32_get_mapping,
c32_apply_mapping): Use GNULIB_NAMESPACE:: prefix to refer to the gnulib
overridden function.
* modules/uchar (Depends-on): Add wctype-h.
(Makefile.am): Substitute GNULIB_BTOWC, GNULIB_ISWDIGIT,
GNULIB_ISWXDIGIT, GNULIB_WCWIDTH, GNULIB_WCSNRTOMBS, GNULIB_WCSRTOMBS,
GNULIB_WCSWIDTH, GNULIB_WCTOB, GNULIB_MBSNRTOWCS, GNULIB_MBSRTOWCS,
GNULIB_WCTYPE, GNULIB_ISWCTYPE, GNULIB_WCTRANS, GNULIB_TOWCTRANS.
ChangeLog
lib/uchar.in.h
modules/uchar