summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Unicode.hs
diff options
context:
space:
mode:
authorsimonmar <unknown>2004-08-13 13:29:07 +0000
committersimonmar <unknown>2004-08-13 13:29:07 +0000
commit69eb297c4ad460e4dc5d905c087a194e31dd3ed9 (patch)
tree9c883378e07481afda05b57fb1da5080dac0ded7 /libraries/base/GHC/Unicode.hs
parentd029634409f6106141615f12eb5a6ebb61434929 (diff)
downloadhaskell-69eb297c4ad460e4dc5d905c087a194e31dd3ed9.tar.gz
[project @ 2004-08-13 13:29:00 by simonmar]
Changes required be merge of backend-hacking-branch. Mostly config.h ==> ghcconfig.h.
Diffstat (limited to 'libraries/base/GHC/Unicode.hs')
-rw-r--r--libraries/base/GHC/Unicode.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Unicode.hs b/libraries/base/GHC/Unicode.hs
index 2d836a206b..a98ce242d3 100644
--- a/libraries/base/GHC/Unicode.hs
+++ b/libraries/base/GHC/Unicode.hs
@@ -30,7 +30,7 @@ import GHC.Int
import GHC.Word
import GHC.Num (fromInteger)
-#include "config.h"
+#include "ghcconfig.h"
-- | Selects the first 128 characters of the Unicode character set,
-- corresponding to the ASCII character set.