Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
24ce1351
Commit
24ce1351
authored
Jun 20, 2006
by
Simon Marlow
Browse files
fix a lint-o
parent
33db6008
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Exception.cmm
View file @
24ce1351
...
...
@@ -329,7 +329,7 @@ raisezh_fast
/* ToDo: currently this is a hack. Would be much better if
* the info was only displayed for an *uncaught* exception.
*/
if
(
RtsFlags_ProfFlags_showCCSOnException
(
RtsFlags
)
!=
0
)
{
if
(
RtsFlags_ProfFlags_showCCSOnException
(
RtsFlags
)
!=
0
::
I32
)
{
foreign
"
C
"
fprintCCS_stderr
(
W_
[
CCCS
]
"
ptr
"
);
}
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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