diff options
author | sof <unknown> | 1997-06-05 21:14:12 +0000 |
---|---|---|
committer | sof <unknown> | 1997-06-05 21:14:12 +0000 |
commit | dcd97e019c644c2ab87a8976d1aef36fe3085a17 (patch) | |
tree | b9b27546860d08ce08e3648ccd97724954ef7754 /ghc/compiler/codeGen | |
parent | 2b362aa96dce3463019f8db4a96f5ee7a3dc699c (diff) | |
download | haskell-dcd97e019c644c2ab87a8976d1aef36fe3085a17.tar.gz |
[project @ 1997-06-05 21:14:12 by sof]
tidied up
Diffstat (limited to 'ghc/compiler/codeGen')
-rw-r--r-- | ghc/compiler/codeGen/CgRetConv.hi-boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/codeGen/CgRetConv.hi-boot b/ghc/compiler/codeGen/CgRetConv.hi-boot index 7be70a88c6..9b14f430ab 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 ;; |