pike.git/
src/
array.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-03-29
2008-03-29 02:43:01 by Martin Stjernholm <mast@lysator.liu.se>
e0e71a52694c855c8ba682ab50c377426cb654bc (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a mark_free_svalue.
Rev: src/array.c:1.201
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.
200
2008/
02
/
12
18
:
51
:
29
grubba
Exp $
+
|| $Id: array.c,v 1.
201
2008/
03
/
29
02
:
43
:
01
mast
Exp $
*/ #include "global.h"
363:
{ INT32 i, n; check_stack(2);
-
Pike
_
sp++->type
= T
_
VOID
;
+
mark_free_svalue (
Pike_sp++
)
;
push_svalue(ind); for (i = 0, n = a->size; i < n; i++) { assign_svalue(Pike_sp-2, &a->item[i]);