[project @ 1997-06-05 21:13:09 by sof]
authorsof <unknown>
Thu, 5 Jun 1997 21:13:34 +0000 (21:13 +0000)
committersof <unknown>
Thu, 5 Jun 1997 21:13:34 +0000 (21:13 +0000)
import updates

ghc/compiler/codeGen/CgRetConv.lhs
ghc/compiler/codeGen/CgUsages.lhs

index 7389c0d..a50c659 100644 (file)
@@ -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,
index cab19c0..3ff4980 100644 (file)
@@ -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