pike.git/
src/
interpret.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 (
5
lines) (+
4
/-
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: interpret.c,v 1.
158
2000/
07
/
28
17
:
16
:
55
hubbe Exp $");
+
RCSID("$Id: interpret.c,v 1.
159
2000/
08
/
02
20
:
31
:
51
hubbe Exp $");
#include "interpret.h" #include "object.h" #include "program.h"
1163:
{ assign_svalue(save_sp,Pike_sp-1); pop_n_elems(Pike_sp-save_sp-1);
+
+
destruct_objects_to_destruct(); /* consider using a flag for immediate destruct instead... */
} if(save_sp+1 > Pike_sp)