pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-02
2000-08-02 20:31:51 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
44138c15283361edbbcd5bf2a6d491bfb82112fd (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
more destruct_objects_to_destruct()
Rev: src/builtin_functions.c:1.294
Rev: src/interpret.c:1.159
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
293
2000/
07
/
28
17
:
16
:
54
hubbe Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
294
2000/
08
/
02
20
:
31
:
51
hubbe Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
1673:
#endif destruct(o); pop_n_elems(args);
+
destruct_objects_to_destruct();
} PMOD_EXPORT void f_indices(INT32 args)