summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--intl/ChangeLog5
-rw-r--r--intl/loadmsgcat.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog
index b675d1e..8b282c1 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,5 +1,10 @@
2002-01-02 Bruno Haible <bruno@clisp.org>
+ * loadmsgcat.c (_nl_init_domain_conv): Convert extern declaration to
+ K&R syntax.
+
+2002-01-02 Bruno Haible <bruno@clisp.org>
+
* plural.y: Fix %expect count.
2001-12-23 Bruno Haible <bruno@clisp.org>
diff --git a/intl/loadmsgcat.c b/intl/loadmsgcat.c
index 20aebdd..76130ed 100644
--- a/intl/loadmsgcat.c
+++ b/intl/loadmsgcat.c
@@ -195,7 +195,7 @@ _nl_init_domain_conv (domain_file, domain, domainbinding)
outcharset = (*_nl_current[LC_CTYPE])->values[_NL_ITEM_INDEX (CODESET)].string;
# else
# if HAVE_ICONV
- extern const char *locale_charset (void);
+ extern const char *locale_charset PARAMS ((void));
outcharset = locale_charset ();
# endif
# endif