]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Comment out an unused declaration.
authorBruno Haible <bruno@clisp.org>
Thu, 20 May 2010 23:19:39 +0000 (01:19 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 3 Jun 2010 12:12:22 +0000 (14:12 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/gettextP.h

index 8ec88484a8a37970cc73d7d9f2cc762bcf3ad823..6560391a2af63a8a96c52000e341b7ab2243c273 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 5168b4c804d49b485e78420ac95afa732e282794..c8418a3ef17ec4e476417af5011e4ba3de337549 100644 (file)
@@ -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,