From f4f97fb45fd4aaac0cfa73f2131254fb912547ef Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 28 May 2002 12:45:47 +0000 Subject: [PATCH] Fix compilation error with mingw32. --- intl/ChangeLog | 6 ++++++ intl/localename.c | 3 +++ 2 files changed, 9 insertions(+) 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 -- 2.47.2