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
9704f544
Commit
9704f544
authored
Oct 23, 2002
by
mthomas
Browse files
[project @ 2002-10-23 12:26:11 by mthomas]
Declare loop index i.
parent
d12023f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/MBlock.c
View file @
9704f544
/* -----------------------------------------------------------------------------
* $Id: MBlock.c,v 1.3
1
2002/10/2
1
12:
42:31 simon
ma
r
Exp $
* $Id: MBlock.c,v 1.3
2
2002/10/2
3
12:
26:11 mtho
ma
s
Exp $
*
* (c) The GHC Team 1998-1999
*
...
...
@@ -234,6 +234,7 @@ getMBlocks(nat n)
static
char
*
base_mblocks
=
(
char
*
)
0
;
static
char
*
next_request
=
(
char
*
)
0
;
void
*
ret
=
(
void
*
)
0
;
int
i
;
lnat
size
=
MBLOCK_SIZE
*
n
;
...
...
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