From: sof Date: Thu, 5 Jun 1997 20:53:33 +0000 (+0000) Subject: [project @ 1997-06-05 20:53:33 by sof] X-Git-Tag: Approximately_1000_patches_recorded~382 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=32ba54ae6c9160a6811be06cffe71cf3a658d975;p=ghc-hetmet.git [project @ 1997-06-05 20:53:33 by sof] updated imports --- diff --git a/ghc/compiler/nativeGen/MachMisc.lhs b/ghc/compiler/nativeGen/MachMisc.lhs index 58ce3b4..6e0ae00 100644 --- a/ghc/compiler/nativeGen/MachMisc.lhs +++ b/ghc/compiler/nativeGen/MachMisc.lhs @@ -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 )