pike.git/
src/
block_alloc.h
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-23
2002-11-23 15:58:02 by Martin Stjernholm <mast@lysator.liu.se>
3d3cfa0ed46a736f1eaa80c52bb0fa775be79d15 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a warning.
Rev: src/block_alloc.h:1.51
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: block_alloc.h,v 1.
50
2002/11/
20
18
:
02
:
05
grubba
Exp $
+
|| $Id: block_alloc.h,v 1.
51
2002/11/
23
15
:
58:
02
mast
Exp $
*/ #undef PRE_INIT_BLOCK
57:
static void PIKE_CONCAT(alloc_more_,DATA)(void) \ { \ struct PIKE_CONCAT(DATA,_block) *n; \
-
int
e;
\
+
size_t
e; \
n=(struct PIKE_CONCAT(DATA,_block) *) \ malloc(sizeof(struct PIKE_CONCAT(DATA,_block))); \ if(!n) \