From: sof Date: Thu, 5 Jun 1997 21:18:40 +0000 (+0000) Subject: [project @ 1997-06-05 21:18:40 by sof] X-Git-Tag: Approximately_1000_patches_recorded~358 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d85e65f08bb9b4d7c5157bd771c1ae94ffc55e1b;p=ghc-hetmet.git [project @ 1997-06-05 21:18:40 by sof] tidied up --- diff --git a/ghc/compiler/codeGen/CgBindery.hi-boot b/ghc/compiler/codeGen/CgBindery.hi-boot index a61fc45..1206f10 100644 --- a/ghc/compiler/codeGen/CgBindery.hi-boot +++ b/ghc/compiler/codeGen/CgBindery.hi-boot @@ -1,12 +1,11 @@ _interface_ CgBindery 1 _exports_ -CgBindery CgBindings CgIdInfo(MkCgIdInfo) VolatileLoc StableLoc LambdaFormInfo nukeVolatileBinds maybeAStkLoc maybeBStkLoc; +CgBindery CgBindings CgIdInfo(MkCgIdInfo) VolatileLoc StableLoc nukeVolatileBinds maybeAStkLoc maybeBStkLoc; _declarations_ 1 type CgBindings = Id.IdEnv CgIdInfo; -1 data CgIdInfo = MkCgIdInfo Id.Id CgBindery.VolatileLoc CgBindery.StableLoc CgBindery.LambdaFormInfo; +1 data CgIdInfo = MkCgIdInfo Id.Id CgBindery.VolatileLoc CgBindery.StableLoc ClosureInfo.LambdaFormInfo; 1 data VolatileLoc; 1 data StableLoc; -1 data LambdaFormInfo; 1 nukeVolatileBinds _:_ CgBindery.CgBindings -> CgBindery.CgBindings ;; 1 maybeAStkLoc _:_ CgBindery.StableLoc -> PrelBase.Maybe HeapOffs.VirtualSpAOffset ;; 1 maybeBStkLoc _:_ CgBindery.StableLoc -> PrelBase.Maybe HeapOffs.VirtualSpBOffset ;;