diff options
author | sof <unknown> | 1997-07-26 09:50:31 +0000 |
---|---|---|
committer | sof <unknown> | 1997-07-26 09:50:31 +0000 |
commit | 83e6048ff3de02c5fd59e00ba6426e956ffb7f94 (patch) | |
tree | 29b65dc43b5451684351689bac7754b1d748cde3 /ghc/compiler/codeGen | |
parent | 210fd453d7156e676023922d41a402a951df5353 (diff) | |
download | haskell-83e6048ff3de02c5fd59e00ba6426e956ffb7f94.tar.gz |
[project @ 1997-07-26 09:49:29 by sof]
imports changed
Diffstat (limited to 'ghc/compiler/codeGen')
-rw-r--r-- | ghc/compiler/codeGen/ClosureInfo.lhs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ghc/compiler/codeGen/ClosureInfo.lhs b/ghc/compiler/codeGen/ClosureInfo.lhs index 30b0462669..7bade99388 100644 --- a/ghc/compiler/codeGen/ClosureInfo.lhs +++ b/ghc/compiler/codeGen/ClosureInfo.lhs @@ -56,7 +56,9 @@ IMP_Ubiq(){-uitous-} IMPORT_DELOOPER(AbsCLoop) -- here for paranoia-checking #endif -import AbsCSyn +import AbsCSyn ( MagicId, node, mkLiveRegsMask, + {- GHC 0.29 only -} AbstractC, CAddrMode + ) import StgSyn import CgMonad |