diff options
author | simonmar <unknown> | 2004-08-13 13:29:07 +0000 |
---|---|---|
committer | simonmar <unknown> | 2004-08-13 13:29:07 +0000 |
commit | 69eb297c4ad460e4dc5d905c087a194e31dd3ed9 (patch) | |
tree | 9c883378e07481afda05b57fb1da5080dac0ded7 /libraries/base/GHC/Unicode.hs | |
parent | d029634409f6106141615f12eb5a6ebb61434929 (diff) | |
download | haskell-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.hs | 2 |
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. |