diff options
author | sof <unknown> | 1997-06-05 21:13:34 +0000 |
---|---|---|
committer | sof <unknown> | 1997-06-05 21:13:34 +0000 |
commit | 2b362aa96dce3463019f8db4a96f5ee7a3dc699c (patch) | |
tree | 5a9dab17c9966accd8cfc4eba7e52df5f2d9882a /ghc/compiler/codeGen | |
parent | 8a50d2cd16981118749ea1b4359bdfd0bd485903 (diff) | |
download | haskell-2b362aa96dce3463019f8db4a96f5ee7a3dc699c.tar.gz |
[project @ 1997-06-05 21:13:09 by sof]
import updates
Diffstat (limited to 'ghc/compiler/codeGen')
-rw-r--r-- | ghc/compiler/codeGen/CgRetConv.lhs | 2 | ||||
-rw-r--r-- | ghc/compiler/codeGen/CgUsages.lhs | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ghc/compiler/codeGen/CgRetConv.lhs b/ghc/compiler/codeGen/CgRetConv.lhs index 7389c0d62a..a50c659604 100644 --- a/ghc/compiler/codeGen/CgRetConv.lhs +++ b/ghc/compiler/codeGen/CgRetConv.lhs @@ -23,7 +23,9 @@ module CgRetConv ( ) where IMP_Ubiq(){-uitous-} +#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201 IMPORT_DELOOPER(AbsCLoop) -- paranoia checking +#endif import AbsCSyn -- quite a few things import AbsCUtils ( mkAbstractCs, getAmodeRep, diff --git a/ghc/compiler/codeGen/CgUsages.lhs b/ghc/compiler/codeGen/CgUsages.lhs index cab19c01eb..3ff49808fa 100644 --- a/ghc/compiler/codeGen/CgUsages.lhs +++ b/ghc/compiler/codeGen/CgUsages.lhs @@ -21,7 +21,9 @@ module CgUsages ( ) where IMP_Ubiq(){-uitous-} +#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201 IMPORT_DELOOPER(CgLoop1) -- here for paranoia-checking +#endif import AbsCSyn ( RegRelative(..), AbstractC, CAddrMode ) import CgMonad |