diff options
author | ross <unknown> | 2005-03-15 17:18:24 +0000 |
---|---|---|
committer | ross <unknown> | 2005-03-15 17:18:24 +0000 |
commit | b683b7dfd7c5b8a0a6f68468bfa94fab6bb3d59c (patch) | |
tree | c8da5de453450d8677e22315a154a9378fe44985 /libraries/base/GHC/Unicode.hs | |
parent | 2173a4b8272cfb1ba545cf0483df67bdb53590f4 (diff) | |
download | haskell-b683b7dfd7c5b8a0a6f68468bfa94fab6bb3d59c.tar.gz |
[project @ 2005-03-15 17:18:24 by ross]
remove unused WInt type
Diffstat (limited to 'libraries/base/GHC/Unicode.hs')
-rw-r--r-- | libraries/base/GHC/Unicode.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/GHC/Unicode.hs b/libraries/base/GHC/Unicode.hs index da74685c0a..50fef9a8ba 100644 --- a/libraries/base/GHC/Unicode.hs +++ b/libraries/base/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 |