From e82242a6f4cd534655c9f1021c6d4a0e7697b60f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 21 Apr 2008 22:18:14 +0000 Subject: [PATCH] Fix mistake in last commit. --- gettext-runtime/intl/ChangeLog | 5 +++++ gettext-runtime/intl/localename.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.47.2