[project @ 1999-02-06 18:05:45 by sof]
authorsof <unknown>
Sat, 6 Feb 1999 18:05:45 +0000 (18:05 +0000)
committersof <unknown>
Sat, 6 Feb 1999 18:05:45 +0000 (18:05 +0000)
CC_DECLARE ppr bugfix

ghc/compiler/profiling/CostCentre.lhs

index 3bed2f8..3309640 100644 (file)
@@ -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,