From 057101550d65351f0e84b6a537ee5c95245aaa6e Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 20 Oct 2003 20:00:25 +0000 Subject: [PATCH] [project @ 2003-10-20 20:00:25 by panne] Again: Fixed previous commit. Our QA department must really be on an extended vacation... :-] --- GHC/Unicode.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4