From 32ba54ae6c9160a6811be06cffe71cf3a658d975 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 5 Jun 1997 20:53:33 +0000 Subject: [PATCH] [project @ 1997-06-05 20:53:33 by sof] updated imports --- ghc/compiler/nativeGen/MachMisc.lhs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ) -- 1.7.10.4