From: sof Date: Thu, 5 Jun 1997 21:14:12 +0000 (+0000) Subject: [project @ 1997-06-05 21:14:12 by sof] X-Git-Tag: Approximately_1000_patches_recorded~360 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=dcd97e019c644c2ab87a8976d1aef36fe3085a17;hp=2b362aa96dce3463019f8db4a96f5ee7a3dc699c;p=ghc-hetmet.git [project @ 1997-06-05 21:14:12 by sof] tidied up --- diff --git a/ghc/compiler/codeGen/CgRetConv.hi-boot b/ghc/compiler/codeGen/CgRetConv.hi-boot index 7be70a8..9b14f43 100644 --- a/ghc/compiler/codeGen/CgRetConv.hi-boot +++ b/ghc/compiler/codeGen/CgRetConv.hi-boot @@ -3,5 +3,5 @@ _exports_ CgRetConv CtrlReturnConvention(VectoredReturn UnvectoredReturn) ctrlReturnConvAlg; _declarations_ 1 data CtrlReturnConvention = VectoredReturn PrelBase.Int | UnvectoredReturn PrelBase.Int; -1 ctrlReturnConvAlg _:_ TyCon.TyCon -> CgRetConv.CtrlReturnConvention ;; +1 ctrlReturnConvAlg _:_ TyCon.TyCon -> CtrlReturnConvention ;;