From: Bruno Haible Date: Thu, 20 May 2010 23:19:39 +0000 (+0200) Subject: Comment out an unused declaration. X-Git-Tag: v0.18.1~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c4d3ce11bdbea71de5765e66f0e7a1d416ca4f3;p=thirdparty%2Fgettext.git Comment out an unused declaration. --- diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index 8ec88484a..6560391a2 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,7 @@ +2010-05-20 Bruno Haible + + * gettextP.h (_nl_locale_name): Comment out declaration. + 2010-05-20 Bruno Haible Avoid a link error when building statically on mingw. diff --git a/gettext-runtime/intl/gettextP.h b/gettext-runtime/intl/gettextP.h index 5168b4c80..c8418a3ef 100644 --- a/gettext-runtime/intl/gettextP.h +++ b/gettext-runtime/intl/gettextP.h @@ -250,7 +250,8 @@ extern const char *_nl_locale_name_environ (int category, # define gl_locale_name_default _nl_locale_name_default extern const char *_nl_locale_name_default (void); # define gl_locale_name _nl_locale_name -extern const char *_nl_locale_name (int category, const char *categoryname); +/* extern const char *_nl_locale_name (int category, + const char *categoryname); */ #endif struct loaded_l10nfile *_nl_find_domain (const char *__dirname, char *__locale,