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
4e8b2b5b
Commit
4e8b2b5b
authored
May 27, 2001
by
sof
Browse files
[project @ 2001-05-27 06:08:24 by sof]
wibble
parent
72efdb49
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Interpreter.c
View file @
4e8b2b5b
...
...
@@ -5,8 +5,8 @@
* Copyright (c) 1994-2000.
*
* $RCSfile: Interpreter.c,v $
* $Revision: 1.2
3
$
* $Date: 2001/05/2
5 18:32:51
$
* $Revision: 1.2
4
$
* $Date: 2001/05/2
7 06:08:24
$
* ---------------------------------------------------------------------------*/
#include "Rts.h"
...
...
@@ -115,7 +115,7 @@ void interp_startup ( void )
void
interp_shutdown
(
void
)
{
int
i
,
j
,
k
,
o_max
,
i_max
,
j_max
;
fprintf
(
stderr
,
"%d constrs entered -> (%d BCO, %d UPD, %d ??)
\n
"
,
fprintf
(
stderr
,
"%d constrs entered -> (%d BCO, %d UPD, %d ??
?
)
\n
"
,
it_retto_BCO
+
it_retto_UPDATE
+
it_retto_other
,
it_retto_BCO
,
it_retto_UPDATE
,
it_retto_other
);
fprintf
(
stderr
,
"%d total entries, %d unknown entries
\n
"
,
...
...
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