changeset 2650:ba5bbff44a5b

(print_unicode_char): Work around ansi2knr deficiency.
author Jim Meyering <jim@meyering.net>
date Sun, 25 Jun 2000 06:54:32 +0000
parents 6bbe30a7c6f5
children 6815c518a097
files lib/unicodeio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/unicodeio.c
+++ b/lib/unicodeio.c
@@ -121,7 +121,7 @@
 
   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));