From: simonmar Date: Tue, 18 Nov 2003 09:23:27 +0000 (+0000) Subject: [project @ 2003-11-18 09:23:27 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~232 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=12e244ccac8f2215dcbdaceafe587a15b3f7bcf4;p=ghc-hetmet.git [project @ 2003-11-18 09:23:27 by simonmar] oops, fix overenthusiastic export-culling (noCCAttached is used in an ASSERT). --- diff --git a/ghc/compiler/profiling/CostCentre.lhs b/ghc/compiler/profiling/CostCentre.lhs index ed40a5e..5efe37a 100644 --- a/ghc/compiler/profiling/CostCentre.lhs +++ b/ghc/compiler/profiling/CostCentre.lhs @@ -11,7 +11,7 @@ module CostCentre ( CostCentreStack, CollectedCCs, noCCS, subsumedCCS, currentCCS, overheadCCS, dontCareCCS, - noCostCentre, + noCostCentre, noCCAttached, noCCSAttached, isCurrentCCS, isSubsumedCCS, currentOrSubsumedCCS, isDerivedFromCurrentCCS,