pike.git/
src/
array.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-08-20
2004-08-20 01:39:03 by Martin Nilsson <mani@lysator.liu.se>
aa0557687599af30513d375dd8a66143f7a27d77 (
8
lines) (+
5
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Wrong number of arguments to low_mapping_insert. This might be the right fix.
Rev: src/array.c:1.162
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.
161
2004/08/
19
23
:
02
:
29
nilsson Exp $
+
|| $Id: array.c,v 1.
162
2004/08/
20
01
:
39
:
03
nilsson Exp $
*/ #include "global.h"
25:
#include "bignum.h" #include "cyclic.h" #include "multiset.h"
+
#include "mapping.h"
-
RCSID("$Id: array.c,v 1.
161
2004/08/
19
23
:
02
:
29
nilsson Exp $");
+
RCSID("$Id: array.c,v 1.
162
2004/08/
20
01
:
39
:
03
nilsson Exp $");
PMOD_EXPORT struct array empty_array= {
2117:
bb.type = T_ARRAY; bb.subtype = 0; bb.u.array = ret;
-
low_mapping_insert(m, &aa, &bb);
+
low_mapping_insert(m, &aa, &bb
, 1
);
ret->flags = a->flags & ~ARRAY_LVALUE;