[project @ 1997-07-27 09:14:03 by sof]
authorsof <unknown>
Sun, 27 Jul 1997 09:14:03 +0000 (09:14 +0000)
committersof <unknown>
Sun, 27 Jul 1997 09:14:03 +0000 (09:14 +0000)
Import fix for 0.29 compiles

ghc/compiler/absCSyn/AbsCUtils.lhs

index 52212dc..46e72ab 100644 (file)
@@ -20,8 +20,12 @@ module AbsCUtils (
     ) where
 
 IMP_Ubiq(){-uitous-}
+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 200
+import AbsCLoop (mkReturnPtLabel, CLabel )
+#else
 import {-# SOURCE #-} CLabel   ( mkReturnPtLabel, CLabel )
        -- The loop here is (CLabel -> CgRetConv -> AbsCUtils -> CLabel)
+#endif
 
 import AbsCSyn