pike.git/
src/
block_alloc.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-19
1999-12-19 11:02:46 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
7bcb1deca79b3ebdc314dfd3cdaf099e8ea9db44 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix
Rev: src/block_alloc.h:1.14
1:
-
/* $Id: block_alloc.h,v 1.
13
1999/
10
/
23
06
:
51
:
22
hubbe Exp $ */
+
/* $Id: block_alloc.h,v 1.
14
1999/
12
/
19
11
:
02
:
46
hubbe Exp $ */
#undef PRE_INIT_BLOCK #undef INIT_BLOCK #undef EXIT_BLOCK
247:
PIKE_CONCAT3(free_all_,DATA,_blocks)(); \ free(PIKE_CONCAT(DATA,_hash_table)); \ PIKE_CONCAT(DATA,_hash_table)=0; \
+
PIKE_CONCAT(num_,DATA)=0; \
} #define BLOCK_ALLOC_NEXT next