From 28090de36dcdca9a226c8dae1355be5683104e94 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 27 May 2008 22:53:54 +0000 Subject: [PATCH] Make it compile with current mingw. --- gettext-runtime/intl/ChangeLog | 6 ++++++ gettext-runtime/intl/localename.c | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index 8e75ff713..c2c0260b9 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,9 @@ +2008-05-27 Bruno Haible + + * localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for + current mingw. + Reported by Jose E. Marchesi . + 2008-04-21 Bruno Haible * localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN): Actually diff --git a/gettext-runtime/intl/localename.c b/gettext-runtime/intl/localename.c index f2e1f4167..9f4c18191 100644 --- a/gettext-runtime/intl/localename.c +++ b/gettext-runtime/intl/localename.c @@ -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 -- 2.47.2