]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid error with HP-UX cc (K&R).
authorBruno Haible <bruno@clisp.org>
Wed, 2 Jan 2002 20:30:32 +0000 (20:30 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:30:39 +0000 (00:30 +0200)
intl/ChangeLog
intl/loadmsgcat.c

index b675d1e2424d8e380350b1a2c731c4524ca0a40b..8b282c12ddc48900ec69392aaf7aea6324066e8c 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 20aebddee116e9e568758575af9e4f39c0d1ba47..76130ed27843ffa4dfcd726eb72587d3d06c276d 100644 (file)
@@ -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