From 81f3e544e7bb8faab22ba8b4534a065d76c2b531 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 22 Apr 2008 00:16:03 +0200 Subject: [PATCH] Fix mistake in last commit. --- ChangeLog | 5 +++++ lib/localename.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c5c979c4..7b5dc0e69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-21 Bruno Haible + + * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN): + Actually assign a value. + 2008-04-20 Bruno Haible Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl', diff --git a/lib/localename.c b/lib/localename.c index 1d270e4e0..f2e1f4167 100644 --- a/lib/localename.c +++ b/lib/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.11.0