diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-07-26 08:46:59 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-07-26 08:46:59 +0000 |
commit | e7d4b777a1667ccd6912115d43272c3735316eea (patch) | |
tree | 473a6fbda8b0c71c70986691c32a6383758f3536 /rts/StgMiscClosures.cmm | |
parent | ddb04482cbdda4f6637feac517c8e06870e56763 (diff) | |
download | haskell-e7d4b777a1667ccd6912115d43272c3735316eea.tar.gz |
change wired-in Haskell symbols to include the package name
Diffstat (limited to 'rts/StgMiscClosures.cmm')
-rw-r--r-- | rts/StgMiscClosures.cmm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/StgMiscClosures.cmm b/rts/StgMiscClosures.cmm index 70d08aeb0e..fca5bf4018 100644 --- a/rts/StgMiscClosures.cmm +++ b/rts/StgMiscClosures.cmm @@ -641,8 +641,8 @@ static INFO_TBL_CONST StgInfoTable izh_static_info; #define Char_hash_static_info czh_static_info #define Int_hash_static_info izh_static_info #else -#define Char_hash_static_info GHCziBase_Czh_static -#define Int_hash_static_info GHCziBase_Izh_static +#define Char_hash_static_info base_GHCziBase_Czh_static +#define Int_hash_static_info base_GHCziBase_Izh_static #endif |