[project @ 2005-03-15 17:18:24 by ross]
authorross <unknown>
Tue, 15 Mar 2005 17:18:24 +0000 (17:18 +0000)
committerross <unknown>
Tue, 15 Mar 2005 17:18:24 +0000 (17:18 +0000)
remove unused WInt type

GHC/Unicode.hs

index da74685..50fef9a 100644 (file)
@@ -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