[project @ 1997-07-25 23:10:05 by sof]
[ghc-hetmet.git] / ghc / compiler / absCSyn / CLabel.lhs
index 7a7c548..814b1d5 100644 (file)
@@ -48,13 +48,6 @@ module CLabel (
     ) where
 
 IMP_Ubiq(){-uitous-}
-#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
-IMPORT_DELOOPER(AbsCLoop)              ( CtrlReturnConvention(..),
-                         ctrlReturnConvAlg
-                       )
-#else
-import {-# SOURCE #-} CgRetConv
-#endif
 
 
 #if ! OMIT_NATIVE_CODEGEN
@@ -65,6 +58,7 @@ import {-# SOURCE #-} MachMisc ( underscorePrefix, fmtAsmLbl )
 # endif
 #endif
 
+import CgRetConv       ( CtrlReturnConvention(..), ctrlReturnConvAlg )
 import CStrings                ( pp_cSEP )
 import Id              ( externallyVisibleId, cmpId_withSpecDataCon,
                          isDataCon, isDictFunId,