From 2b362aa96dce3463019f8db4a96f5ee7a3dc699c Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 5 Jun 1997 21:13:34 +0000 Subject: [PATCH] [project @ 1997-06-05 21:13:09 by sof] import updates --- ghc/compiler/codeGen/CgRetConv.lhs | 2 ++ ghc/compiler/codeGen/CgUsages.lhs | 2 ++ 2 files changed, 4 insertions(+) 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 -- 1.7.10.4