pike.git/
src/
array.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-04-27
2003-04-27 17:46:47 by Martin Stjernholm <mast@lysator.liu.se>
00662faaafffca45fe8dd55049a1c02c12948f5d (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed ref bug.
Rev: src/array.c:1.142
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.
141
2003/04/27
16:
17:
33
mast Exp $
+
|| $Id: array.c,v 1.
142
2003/04/27 17:
46:47
mast Exp $
*/ #include "global.h"
26:
#include "cyclic.h" #include "multiset.h"
-
RCSID("$Id: array.c,v 1.
141
2003/04/27
16:
17:
33
mast Exp $");
+
RCSID("$Id: array.c,v 1.
142
2003/04/27 17:
46:47
mast Exp $");
PMOD_EXPORT struct array empty_array= {
213:
move_svalue (ITEM(data) + e, &sval); } data->type_field = types;
+
add_ref (data);
return data; }