pike.git/
src/
array.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-30
2001-06-30 18:44:21 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
d3a4e20c846b5ae3db24fce1c55c6c4f412f9827 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
test-checkin..
Rev: src/array.c:1.114
23:
#include "stuff.h" #include "bignum.h"
-
RCSID("$Id: array.c,v 1.
113
2001/06/
26
12
:
42
:
48
grubba
Exp $");
+
RCSID("$Id: array.c,v 1.
114
2001/06/
30
18
:
44
:
21
hubbe
Exp $");
PMOD_EXPORT struct array empty_array= {
2015:
return ret; }
-
PMOD_EXPORT
void array_replace(struct array *a,
+
void array_replace(struct array *a,
struct svalue *from, struct svalue *to) {