From: Bruno Haible Date: Tue, 28 May 2002 12:45:47 +0000 (+0000) Subject: Fix compilation error with mingw32. X-Git-Tag: v0.11.3~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4f97fb45fd4aaac0cfa73f2131254fb912547ef;p=thirdparty%2Fgettext.git Fix compilation error with mingw32. --- diff --git a/intl/ChangeLog b/intl/ChangeLog index 719d5b6b2..34227221e 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,9 @@ +2002-05-28 Bruno Haible + + * localename.c (LANG_SORBIAN): Provide a default value, for mingw32. + Reported by Michael Opdenacker + and Rob Leslie . + 2002-05-09 Bruno Haible * config.charset: Update for newest glibc. Add canonical names diff --git a/intl/localename.c b/intl/localename.c index a72419814..23e82dc2b 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