From: ross Date: Tue, 15 Mar 2005 17:18:24 +0000 (+0000) Subject: [project @ 2005-03-15 17:18:24 by ross] X-Git-Tag: arity-anal-branch-point~23 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=d377935297dbe139a0628ec9e713a61ec471bd1e;p=ghc-base.git [project @ 2005-03-15 17:18:24 by ross] remove unused WInt type --- diff --git a/GHC/Unicode.hs b/GHC/Unicode.hs index da74685..50fef9a 100644 --- a/GHC/Unicode.hs +++ b/GHC/Unicode.hs @@ -126,7 +126,6 @@ toTitle :: Char -> Char -- Regardless of the O/S and Library, use the functions contained in WCsubst.c -type WInt = HTYPE_WINT_T type CInt = HTYPE_INT isAlpha c = iswalpha (fromIntegral (ord c)) /= 0