From b935bc4b1d1eb2eae4cb805175d793da677eb4e8 Mon Sep 17 00:00:00 2001 From: sof Date: Sat, 6 Feb 1999 18:05:45 +0000 Subject: [PATCH] [project @ 1999-02-06 18:05:45 by sof] CC_DECLARE ppr bugfix --- 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 3bed2f8..3309640 100644 --- a/ghc/compiler/profiling/CostCentre.lhs +++ b/ghc/compiler/profiling/CostCentre.lhs @@ -424,7 +424,7 @@ pprCostCentreDecl is_local cc hcat [ ptext SLIT("CC_DECLARE"),char '(', cc_ident, comma, - text (costCentreUserName cc), comma, + doubleQuotes (text (costCentreUserName cc)), comma, doubleQuotes (text (moduleUserString mod_name)), comma, doubleQuotes (ptext grp_name), comma, ptext is_subsumed, comma, -- 1.7.10.4