(print_unicode_char): Work around ansi2knr deficiency.
authorJim Meyering <jim@meyering.net>
Sun, 25 Jun 2000 06:54:32 +0000 (06:54 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 25 Jun 2000 06:54:32 +0000 (06:54 +0000)
lib/unicodeio.c

index a846bb09e9b198f4d053317f93459e6c7dd7add6..13888529258acbdaf60e30cbdec5b3c76c6a85c7 100644 (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));