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)
commitf7d4132bbbc6a2822403a28ec47296f3763136f0
tree748f131a5ff238166be284d4ec15b7c876ecfd10
parent8947561e497748f3823068e872baed9de24771ea
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