summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-05-28 12:45:47 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:08:34 +0200
commitf4f97fb45fd4aaac0cfa73f2131254fb912547ef (patch)
treea9401e9f6c9c7d6de1ff620a5ce880b9506983ab
parent60bde90ee3ff5e61f1f6b4f078436f840e0deda5 (diff)
downloadexternal_gettext-f4f97fb45fd4aaac0cfa73f2131254fb912547ef.zip
external_gettext-f4f97fb45fd4aaac0cfa73f2131254fb912547ef.tar.gz
external_gettext-f4f97fb45fd4aaac0cfa73f2131254fb912547ef.tar.bz2
Fix compilation error with mingw32.
-rw-r--r--intl/ChangeLog6
-rw-r--r--intl/localename.c3
2 files changed, 9 insertions, 0 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog
index 719d5b6..3422722 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-28 Bruno Haible <bruno@clisp.org>
+
+ * localename.c (LANG_SORBIAN): Provide a default value, for mingw32.
+ Reported by Michael Opdenacker <m-opdenacker@ti.com>
+ and Rob Leslie <rob@mars.org>.
+
2002-05-09 Bruno Haible <bruno@clisp.org>
* config.charset: Update for newest glibc. Add canonical names
diff --git a/intl/localename.c b/intl/localename.c
index a724198..23e82dc 100644
--- a/intl/localename.c
+++ b/intl/localename.c
@@ -143,6 +143,9 @@
# ifndef LANG_SLOVAK
# define LANG_SLOVAK 0x1b
# endif
+# ifndef LANG_SORBIAN
+# define LANG_SORBIAN 0x2e
+# endif
# ifndef LANG_SWAHILI
# define LANG_SWAHILI 0x41
# endif