From 12e244ccac8f2215dcbdaceafe587a15b3f7bcf4 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 18 Nov 2003 09:23:27 +0000 Subject: [PATCH] [project @ 2003-11-18 09:23:27 by simonmar] oops, fix overenthusiastic export-culling (noCCAttached is used in an ASSERT). --- ghc/compiler/profiling/CostCentre.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.7.10.4