From ea00738bb3c00ddfe14dd1027ee0da49a8788603 Mon Sep 17 00:00:00 2001 From: simonpj Date: Wed, 3 Oct 2001 13:59:22 +0000 Subject: [PATCH] [project @ 2001-10-03 13:59:22 by simonpj] wibbles only --- ghc/compiler/codeGen/CgClosure.lhs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ghc/compiler/codeGen/CgClosure.lhs b/ghc/compiler/codeGen/CgClosure.lhs index ea8f34c..28bc6c1 100644 --- a/ghc/compiler/codeGen/CgClosure.lhs +++ b/ghc/compiler/codeGen/CgClosure.lhs @@ -1,7 +1,7 @@ % % (c) The GRASP/AQUA Project, Glasgow University, 1992-1998 % -% $Id: CgClosure.lhs,v 1.49 2001/09/26 15:11:50 simonpj Exp $ +% $Id: CgClosure.lhs,v 1.50 2001/10/03 13:59:22 simonpj Exp $ % \section[CgClosure]{Code generation for closures} @@ -741,6 +741,3 @@ chooseDynCostCentres ccs args fvs body in (use_cc, blame_cc) \end{code} - - - -- 1.7.10.4