summaryrefslogtreecommitdiff
path: root/ghc/compiler/codeGen
diff options
context:
space:
mode:
authorsof <unknown>1997-06-05 21:14:12 +0000
committersof <unknown>1997-06-05 21:14:12 +0000
commitdcd97e019c644c2ab87a8976d1aef36fe3085a17 (patch)
treeb9b27546860d08ce08e3648ccd97724954ef7754 /ghc/compiler/codeGen
parent2b362aa96dce3463019f8db4a96f5ee7a3dc699c (diff)
downloadhaskell-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-boot2
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 ;;