pike.git/
src/
block_alloc.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-01
2001-07-01 19:59:48 by Martin Stjernholm <mast@lysator.liu.se>
9820436e68a8634136504e0cb765a567b02dbff6 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Some more debug.
Rev: src/block_alloc.h:1.30
1:
-
/* $Id: block_alloc.h,v 1.
29
2001/
03
/
30
09
:
08
:
36
hubbe
Exp $ */
+
/* $Id: block_alloc.h,v 1.
30
2001/
07
/
01
19
:
59
:
48
mast
Exp $ */
#undef PRE_INIT_BLOCK #undef INIT_BLOCK #undef EXIT_BLOCK
53:
PIKE_CONCAT3(free_,DATA,s)=n->x+e; \ } \ } \
+
DO_IF_DEBUG( \
+
else if (PIKE_CONCAT3(free_,DATA,s) == (struct DATA *)-1) \
+
fatal("Block alloc not initialized.\n"); \
+
) \
\ tmp=PIKE_CONCAT3(free_,DATA,s); \ PIKE_CONCAT3(free_,DATA,s)=(struct DATA *)tmp->BLOCK_ALLOC_NEXT; \