From: panne Date: Mon, 20 Oct 2003 20:00:25 +0000 (+0000) Subject: [project @ 2003-10-20 20:00:25 by panne] X-Git-Tag: nhc98-1-18-release~467 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=057101550d65351f0e84b6a537ee5c95245aaa6e;hp=fed6da8693ae3c1f6059970b694ef0adf1204477;p=ghc-base.git [project @ 2003-10-20 20:00:25 by panne] Again: Fixed previous commit. Our QA department must really be on an extended vacation... :-] --- diff --git a/GHC/Unicode.hs b/GHC/Unicode.hs index 5da3541..2d836a2 100644 --- a/GHC/Unicode.hs +++ b/GHC/Unicode.hs @@ -112,7 +112,7 @@ toLower :: Char -> Char -- ----------------------------------------------------------------------------- -- Win32 implementation -#if (defined(HAVE_WCTYPE_H) && HAVE_ISWSPACE && defined(HTYPE_WINT_T) || mingw32_TARGET_OS +#if (defined(HAVE_WCTYPE_H) && HAVE_ISWSPACE && defined(HTYPE_WINT_T)) || mingw32_TARGET_OS -- Use the wide-char classification functions if available. Glibc -- seems to implement these properly, even for chars > 0xffff, as long