2012-04-15
2012-04-15 22:16:44 by Martin Stjernholm <mast@lysator.liu.se>
-
8b0094e855ff2aeb9cb1ded27c5d2afa14a4de71
(3 lines)
(+2/-1)
[
Show
| Annotate
]
Branch: arne/block_alloc
Some fixes to compile with GJAlloc in rtldebug mode.
2069: Inside #if defined(PIKE_DEBUG)
int tmp, orig_in_gc = Pike_in_gc;
const char *orig_gc_found_place = gc_found_place;
int i=0;
- if(!marker_blocks)
+ if(!BLOCK_ALLOC_IN_USE (marker))
{
i=1;
init_gc();