From: sof Date: Sat, 6 Feb 1999 18:05:45 +0000 (+0000) Subject: [project @ 1999-02-06 18:05:45 by sof] X-Git-Tag: Approximately_9120_patches~6584 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b935bc4b1d1eb2eae4cb805175d793da677eb4e8;p=ghc-hetmet.git [project @ 1999-02-06 18:05:45 by sof] CC_DECLARE ppr bugfix --- 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,