1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-29 05:21:00 +01:00

Changed ucs4toutf8() into a static function (since it's only

used by this file when it's even defined).
This commit is contained in:
Wayne Davison 2005-12-14 23:10:12 +00:00
parent 12f20954e9
commit 3cb9df7bc7

View file

@ -3921,8 +3921,7 @@ dquotedzputs(char const *s, FILE *stream)
# if defined(HAVE_NL_LANGINFO) && defined(CODESET) && !defined(__STDC_ISO_10646__) && !defined(MULTIBYTE_SUPPORT)
/* Convert a character from UCS4 encoding to UTF-8 */
/**/
size_t
static size_t
ucs4toutf8(char *dest, unsigned int wval)
{
size_t len;