From d377935297dbe139a0628ec9e713a61ec471bd1e Mon Sep 17 00:00:00 2001 From: ross Date: Tue, 15 Mar 2005 17:18:24 +0000 Subject: [PATCH] [project @ 2005-03-15 17:18:24 by ross] remove unused WInt type --- GHC/Unicode.hs | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4