From: sof Date: Fri, 25 Jul 1997 23:06:28 +0000 (+0000) Subject: [project @ 1997-07-25 23:06:28 by sof] X-Git-Tag: Approximately_1000_patches_recorded~221 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=657641e467a7e159044440c05e51f517e8590196;p=ghc-hetmet.git [project @ 1997-07-25 23:06:28 by sof] Added mkReturnPtLabel --- 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 ;;