]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix compilation error with mingw32.
authorBruno Haible <bruno@clisp.org>
Tue, 28 May 2002 12:45:47 +0000 (12:45 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:34 +0000 (12:08 +0200)
intl/ChangeLog
intl/localename.c

index 719d5b6b257bb4f11ee7836b287d31ce71c18392..34227221eae94ff630b7b6101ba66dad4cb95549 100644 (file)
@@ -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
index a724198141865c0b6e570694b4a17d5b5fc19535..23e82dc2b205cc7610b4d7557329ef089743e165 100644 (file)
 # ifndef LANG_SLOVAK
 # define LANG_SLOVAK 0x1b
 # endif
+# ifndef LANG_SORBIAN
+# define LANG_SORBIAN 0x2e
+# endif
 # ifndef LANG_SWAHILI
 # define LANG_SWAHILI 0x41
 # endif