+2010-05-20 Bruno Haible <bruno@clisp.org>
+
+ * gettextP.h (_nl_locale_name): Comment out declaration.
+
2010-05-20 Bruno Haible <bruno@clisp.org>
Avoid a link error when building statically on mingw.
# 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,