Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
dd0f4129
Commit
dd0f4129
authored
Jul 24, 2002
by
sof
Browse files
[project @ 2002-07-24 18:18:13 by sof]
warning removal
parent
42af397e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Printer.c
View file @
dd0f4129
/* -----------------------------------------------------------------------------
* $Id: Printer.c,v 1.5
2
2002/07/
17 09:21:50 simonmar
Exp $
* $Id: Printer.c,v 1.5
3
2002/07/
24 18:18:13 sof
Exp $
*
* (c) The GHC Team, 1994-2000.
*
...
...
@@ -980,7 +980,7 @@ findPtr(P_ p, int follow)
if
(
*
q
==
(
W_
)
p
)
{
if
(
i
<
arr_size
)
{
r
=
q
;
while
(
!
LOOKS_LIKE_GHC_INFO
(
*
r
)
||
*
r
==
NULL
)
{
while
(
!
LOOKS_LIKE_GHC_INFO
(
*
r
)
||
(
P_
)
*
r
==
NULL
)
{
r
--
;
}
fprintf
(
stdout
,
"%p = "
,
r
);
...
...
Write
Preview
Markdown
is supported
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