Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
a2a6d28c
Commit
a2a6d28c
authored
Jan 03, 2006
by
simonmar
Browse files
[project @ 2006-01-03 12:16:26 by simonmar]
wibble in panic message
parent
176c2483
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/RtsMessages.c
View file @
a2a6d28c
...
...
@@ -135,7 +135,7 @@ rtsFatalInternalErrorFn(char *s, va_list ap)
}
vfprintf
(
stderr
,
s
,
ap
);
fprintf
(
stderr
,
"
\n
"
);
fprintf
(
stderr
,
" Please report this as a compiler bug. See:
\n
http://www.haskell.org/ghc/reportabug
\n
"
);
fprintf
(
stderr
,
" Please report this as a compiler bug. See:
\n
http://www.haskell.org/ghc/reportabug
\n
"
);
fflush
(
stderr
);
}
...
...
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