From 657641e467a7e159044440c05e51f517e8590196 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 25 Jul 1997 23:06:28 +0000 Subject: [PATCH] [project @ 1997-07-25 23:06:28 by sof] Added mkReturnPtLabel --- ghc/compiler/absCSyn/CLabel.hi-boot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/absCSyn/CLabel.hi-boot b/ghc/compiler/absCSyn/CLabel.hi-boot index 8b64303..2c16f0a 100644 --- a/ghc/compiler/absCSyn/CLabel.hi-boot +++ b/ghc/compiler/absCSyn/CLabel.hi-boot @@ -1,5 +1,6 @@ _interface_ CLabel 1 _exports_ -CLabel CLabel; +CLabel CLabel mkReturnPtLabel; _declarations_ 1 data CLabel; +1 mkReturnPtLabel _:_ Unique.Unique -> CLabel ;; -- 1.7.10.4