Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
b935bc4b
Commit
b935bc4b
authored
Feb 06, 1999
by
sof
Browse files
[project @ 1999-02-06 18:05:45 by sof]
CC_DECLARE ppr bugfix
parent
75ae05b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/profiling/CostCentre.lhs
View file @
b935bc4b
...
...
@@ -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,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment