From: Bruno Haible Date: Mon, 21 Apr 2008 22:16:03 +0000 (+0200) Subject: Fix mistake in last commit. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81f3e544e7bb8faab22ba8b4534a065d76c2b531;p=pspp Fix mistake in last commit. --- diff --git a/ChangeLog b/ChangeLog index 3c5c979c44..7b5dc0e695 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 1d270e4e08..f2e1f4167f 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