Commit 317574cb11b64c81314c1ac6c23acdd744ac4141

Bruno Haible 2023-09-07T14:39:12

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.