[project @ 1997-06-05 20:53:33 by sof]
authorsof <unknown>
Thu, 5 Jun 1997 20:53:33 +0000 (20:53 +0000)
committersof <unknown>
Thu, 5 Jun 1997 20:53:33 +0000 (20:53 +0000)
updated imports

ghc/compiler/nativeGen/MachMisc.lhs

index 58ce3b4..6e0ae00 100644 (file)
@@ -41,10 +41,13 @@ module MachMisc (
 #endif
     ) where
 
+IMPORT_1_3(Char(isDigit))
 IMP_Ubiq(){-uitous-}
+
+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
 IMPORT_DELOOPER(AbsCLoop)              ( fixedHdrSizeInWords, varHdrSizeInWords ) -- paranoia
 IMPORT_DELOOPER(NcgLoop)               ( underscorePrefix, fmtAsmLbl ) -- paranoia
-IMPORT_1_3(Char(isDigit))
+#endif
 
 import AbsCSyn         ( MagicId(..) ) 
 import AbsCUtils       ( magicIdPrimRep )