mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
(print_unicode_char): Work around ansi2knr deficiency.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user