[project @ 2003-10-20 20:00:25 by panne]
authorpanne <unknown>
Mon, 20 Oct 2003 20:00:25 +0000 (20:00 +0000)
committerpanne <unknown>
Mon, 20 Oct 2003 20:00:25 +0000 (20:00 +0000)
Again: Fixed previous commit. Our QA department must really be on an
extended vacation...   :-]

GHC/Unicode.hs

index 5da3541..2d836a2 100644 (file)
@@ -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