intl patches (7)
Bruno Haible
bruno@clisp.org
Wed Dec 11 10:34:00 GMT 2002
One more portability fix.
2002-01-02 Bruno Haible <bruno@clisp.org>
* intl/loadmsgcat.c (_nl_init_domain_conv): Convert extern declaration
to K&R syntax.
--- glibc-20021126/intl/loadmsgcat.c.bak Mon Aug 5 13:24:33 2002
+++ glibc-20021126/intl/loadmsgcat.c Wed Dec 11 15:29:32 2002
@@ -808,7 +808,7 @@
outcharset = _NL_CURRENT (LC_CTYPE, CODESET);
# else
# if HAVE_ICONV
- extern const char *locale_charset (void);
+ extern const char *locale_charset PARAMS ((void));
outcharset = locale_charset ();
# endif
# endif
More information about the Libc-alpha
mailing list