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
05ae92d8
Commit
05ae92d8
authored
Nov 02, 1999
by
simonmar
Browse files
[project @ 1999-11-02 17:08:28 by simonmar]
Remove accidental wibble that made it in with the last commit
parent
85b05cb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/BlockAlloc.h
View file @
05ae92d8
/* -----------------------------------------------------------------------------
* $Id: BlockAlloc.h,v 1.
6
1999/11/02 1
5
:0
5:56
simonmar Exp $
* $Id: BlockAlloc.h,v 1.
7
1999/11/02 1
7
:0
8:28
simonmar Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -26,7 +26,7 @@ extern void freeChain(bdescr *p);
/* Finding the block descriptor for a given block -------------------------- */
extern
inline
bdescr
*
Bdescr
(
StgPtr
p
)
static
inline
bdescr
*
Bdescr
(
StgPtr
p
)
{
return
(
bdescr
*
)
((((
W_
)
p
&
MBLOCK_MASK
&
~
BLOCK_MASK
)
>>
(
BLOCK_SHIFT
-
BDESCR_SHIFT
))
...
...
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