summaryrefslogtreecommitdiff
path: root/compiler/cbits
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-11-08 14:34:23 +0000
committerIan Lynagh <igloo@earth.li>2008-11-08 14:34:23 +0000
commitfb8bf8536a4b72b59cb7a3fc26c5787f3b80348d (patch)
treec97a1e0e828d2437ecf8a4d982db364925406f1a /compiler/cbits
parentb55b4a3e97fe740dc480cfe815b0b77950eb78c3 (diff)
downloadhaskell-fb8bf8536a4b72b59cb7a3fc26c5787f3b80348d.tar.gz
Remove the GHC 6.4 unicode compat stuff; we can now just use Data.Char
Diffstat (limited to 'compiler/cbits')
-rw-r--r--compiler/cbits/unicode.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/cbits/unicode.c b/compiler/cbits/unicode.c
deleted file mode 100644
index c239e21c77..0000000000
--- a/compiler/cbits/unicode.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#if __GLASGOW_HASKELL__ < 605
-#if __GLASGOW_HASKELL__ != 604 || __GHC_PATCHLEVEL__ == 0
-#include "WCsubst.c"
-#endif
-#endif