From: sof Date: Thu, 5 Jun 1997 21:13:34 +0000 (+0000) Subject: [project @ 1997-06-05 21:13:09 by sof] X-Git-Tag: Approximately_1000_patches_recorded~361 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2b362aa96dce3463019f8db4a96f5ee7a3dc699c;p=ghc-hetmet.git [project @ 1997-06-05 21:13:09 by sof] import updates --- diff --git a/ghc/compiler/codeGen/CgRetConv.lhs b/ghc/compiler/codeGen/CgRetConv.lhs index 7389c0d..a50c659 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 cab19c0..3ff4980 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