]> 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, 14 Sep 2023 09:59:43 +0000 (11:59 +0200)
commit09b9a1600fe9e41ea74f1546ec762a3a0b805f6d
tree937bac2ec531b5ef6c55c418c0b3a8f777f10098
parent002ad12d27aeb04dee8f8caa647b1aa3a8c175a9
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):
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.
ChangeLog
lib/uchar.in.h
modules/uchar