From: sof Date: Thu, 5 Jun 1997 21:11:51 +0000 (+0000) Subject: [project @ 1997-06-05 21:11:51 by sof] X-Git-Tag: Approximately_1000_patches_recorded~363 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5899ae47a43aa25cbb5a8ec5551295a572513827;p=ghc-hetmet.git [project @ 1997-06-05 21:11:51 by sof] import updates --- diff --git a/ghc/compiler/codeGen/ClosureInfo.lhs b/ghc/compiler/codeGen/ClosureInfo.lhs index e43d936..cd9f4a8 100644 --- a/ghc/compiler/codeGen/ClosureInfo.lhs +++ b/ghc/compiler/codeGen/ClosureInfo.lhs @@ -52,7 +52,11 @@ module ClosureInfo ( ) where IMP_Ubiq(){-uitous-} +#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201 IMPORT_DELOOPER(AbsCLoop) -- here for paranoia-checking +#else +import {-# SOURCE #-} CLabel ( CLabel ) +#endif import AbsCSyn import StgSyn