[project @ 2001-10-03 13:59:22 by simonpj]
authorsimonpj <unknown>
Wed, 3 Oct 2001 13:59:22 +0000 (13:59 +0000)
committersimonpj <unknown>
Wed, 3 Oct 2001 13:59:22 +0000 (13:59 +0000)
wibbles only

ghc/compiler/codeGen/CgClosure.lhs

index ea8f34c..28bc6c1 100644 (file)
@@ -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}
-
-
-