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

ghc/compiler/codeGen/ClosureInfo.lhs

index e43d936..cd9f4a8 100644 (file)
@@ -52,7 +52,11 @@ module ClosureInfo (
     ) where
 
 IMP_Ubiq(){-uitous-}
+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
 IMPORT_DELOOPER(AbsCLoop)              -- here for paranoia-checking
+#else
+import {-# SOURCE #-} CLabel ( CLabel )
+#endif
 
 import AbsCSyn
 import StgSyn