Branch: Tag:

2000-08-02

2000-08-02 20:31:51 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

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)