From: sof Date: Sun, 27 Jul 1997 09:14:03 +0000 (+0000) Subject: [project @ 1997-07-27 09:14:03 by sof] X-Git-Tag: Approximately_1000_patches_recorded~174 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6d114a5baf856c3df0648d0702a14110e11ebf15;p=ghc-hetmet.git [project @ 1997-07-27 09:14:03 by sof] Import fix for 0.29 compiles --- diff --git a/ghc/compiler/absCSyn/AbsCUtils.lhs b/ghc/compiler/absCSyn/AbsCUtils.lhs index 52212dc..46e72ab 100644 --- a/ghc/compiler/absCSyn/AbsCUtils.lhs +++ b/ghc/compiler/absCSyn/AbsCUtils.lhs @@ -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