changeset 9956:148c76830fd2

Fix mistake in last commit.
author Bruno Haible <bruno@clisp.org>
date Tue, 22 Apr 2008 00:16:03 +0200
parents 288822bd74b0
children a5ec2702e64a
files ChangeLog lib/localename.c
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-21  Bruno Haible  <bruno@clisp.org>
+
+	* lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
+	Actually assign a value.
+
 2008-04-20  Bruno Haible  <bruno@clisp.org>
 
 	Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
--- 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