From: Bruno Haible Date: Mon, 21 Apr 2008 22:18:14 +0000 (+0000) Subject: Fix mistake in last commit. X-Git-Tag: v0.18~442 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e82242a6f4cd534655c9f1021c6d4a0e7697b60f;p=thirdparty%2Fgettext.git Fix mistake in last commit. --- diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index 9baa7d2f8..8e75ff713 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,8 @@ +2008-04-21 Bruno Haible + + * localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN): Actually + assign a value. + 2008-04-17 Bruno Haible * lock.h (gl_lock_destroy, gl_rwlock_destroy, diff --git a/gettext-runtime/intl/localename.c b/gettext-runtime/intl/localename.c index 1d270e4e0..f2e1f4167 100644 --- a/gettext-runtime/intl/localename.c +++ b/gettext-runtime/intl/localename.c @@ -729,10 +729,10 @@ # define SUBLANG_TAMAZIGHT_ALGERIA_LATIN 0x02 # endif # ifndef SUBLANG_TIBETAN_PRC -# define SUBLANG_TIBETAN_PRC +# define SUBLANG_TIBETAN_PRC 0x01 # endif # ifndef SUBLANG_TIBETAN_BHUTAN -# define SUBLANG_TIBETAN_BHUTAN +# define SUBLANG_TIBETAN_BHUTAN 0x02 # endif # ifndef SUBLANG_TIGRINYA_ETHIOPIA # define SUBLANG_TIGRINYA_ETHIOPIA 0x01