]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Streamline by invoking multibyte code only if needed.
authorJim Meyering <jim@meyering.net>
Sun, 23 Jul 2000 21:48:17 +0000 (21:48 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 23 Jul 2000 21:48:17 +0000 (21:48 +0000)
commitd565aeb336e7f75a22074cb3db93b65414b2b71c
tree3991fb40e9aa76ee926eab992605b262bf0ac92b
parent5294c10e848befefd3276f0ef62b396dddf3852a
Streamline by invoking multibyte code only if needed.
<wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
(MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
(quotearg_buffer_restyled): If a unibyte locale, don't bother to
invoke multibyte primitives.
lib/quotearg.c