# HG changeset patch # User Bruno Haible # Date 1211928917 -7200 # Node ID b99666d81d1bccd83c160bdb537ad0815a2a25c3 # Parent 7581db129a3236f378459afde972b7b91d23b37a Make localename.c compile with current mingw. diff -r 7581db129a32 -r b99666d81d1b ChangeLog --- a/ChangeLog Tue May 27 14:45:41 2008 +0200 +++ b/ChangeLog Wed May 28 00:55:17 2008 +0200 @@ -1,3 +1,9 @@ +2008-05-27 Bruno Haible + + * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for + current mingw. + Reported by Jose E. Marchesi . + 2008-05-27 Bruno Haible * modules/iconv_open (Link): New section, from module 'iconv'. diff -r 7581db129a32 -r b99666d81d1b lib/localename.c --- a/lib/localename.c Tue May 27 14:45:41 2008 +0200 +++ b/lib/localename.c Wed May 28 00:55:17 2008 +0200 @@ -731,9 +731,8 @@ # ifndef SUBLANG_TIBETAN_PRC # define SUBLANG_TIBETAN_PRC 0x01 # endif -# ifndef SUBLANG_TIBETAN_BHUTAN +# undef SUBLANG_TIBETAN_BHUTAN # define SUBLANG_TIBETAN_BHUTAN 0x02 -# endif # ifndef SUBLANG_TIGRINYA_ETHIOPIA # define SUBLANG_TIGRINYA_ETHIOPIA 0x01 # endif