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
680e2ddc
Commit
680e2ddc
authored
Jun 03, 2008
by
Simon Marlow
Browse files
+RTS -S- is the same as +RTS -Sstderr
parent
b5929f6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/RtsFlags.c
View file @
680e2ddc
...
...
@@ -2335,7 +2335,7 @@ open_stats_file (
{
FILE
*
f
=
NULL
;
if
(
strequal
(
rts_argv
[
arg
]
+
2
,
"stderr"
)
)
{
/* use debugBelch */
if
(
strequal
(
rts_argv
[
arg
]
+
2
,
"stderr"
)
||
strequal
(
rts_argv
[
arg
]
+
2
,
"-"
))
{
f
=
NULL
;
/* NULL means use debugBelch */
}
else
{
if
(
rts_argv
[
arg
][
2
]
!=
'\0'
)
{
/* stats file specified */
...
...
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