pike.git/
src/
array.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-12-04
2005-12-04 18:57:23 by Martin Nilsson <mani@lysator.liu.se>
3b324da80bf8afbf9f900fb42998bc0c0ad65a7f (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
This is set to 0 by C
Rev: src/array.c:1.184
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: array.c,v 1.
183
2005/
11
/
14
19
:
56
:
54
nilsson Exp $
+
|| $Id: array.c,v 1.
184
2005/
12
/
04
18
:
57
:
23
nilsson Exp $
*/ #include "global.h"
56:
struct array *first_array = &empty_array; struct array *gc_internal_array = 0;
-
static struct array *gc_mark_array_pos
= 0
;
+
static struct array *gc_mark_array_pos;
#ifdef TRACE_UNFINISHED_TYPE_FIELDS PMOD_EXPORT int accept_unfinished_type_fields = 0;