(print_unicode_char): Work around ansi2knr deficiency.

This commit is contained in:
Jim Meyering 2000-06-25 06:54:32 +00:00
parent 0d67b070d4
commit a9fad38c18

View File

@ -121,7 +121,7 @@ print_unicode_char (FILE *stream, unsigned int code)
if (!initialized)
{
extern const char *locale_charset (void);
extern const char *locale_charset PARAMS ((void));
const char *charset = locale_charset ();
is_utf8 = (charset != NULL && !strcmp (charset, UTF8_NAME));