# HG changeset patch # User Bruno Haible # Date 1208816163 -7200 # Node ID 148c76830fd285088d59c967916849faf66d2782 # Parent 288822bd74b06d186b11188bb270f1b064974a77 Fix mistake in last commit. diff -r 288822bd74b0 -r 148c76830fd2 ChangeLog --- a/ChangeLog Tue Apr 22 00:01:17 2008 +0200 +++ b/ChangeLog Tue Apr 22 00:16:03 2008 +0200 @@ -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 -r 288822bd74b0 -r 148c76830fd2 lib/localename.c --- a/lib/localename.c Tue Apr 22 00:01:17 2008 +0200 +++ b/lib/localename.c Tue Apr 22 00:16:03 2008 +0200 @@ -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