Branch: Tag:

2000-03-24

2000-03-24 01:24:52 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

more dmalloc...

Rev: src/block_alloc.h:1.18
Rev: src/builtin_functions.c:1.246
Rev: src/errors.h:1.9
Rev: src/interpret.c:1.137
Rev: src/interpret.h:1.38
Rev: src/interpreter.h:1.36
Rev: src/object.c:1.95
Rev: src/operators.c:1.87
Rev: src/pike_memory.c:1.59
Rev: src/program.c:1.214
Rev: src/security.c:1.25
Rev: src/signal_handler.c:1.168
Rev: src/threads.c:1.113
Rev: src/threads.h:1.75

6:   /**/   #include "global.h"   #include <math.h> - RCSID("$Id: operators.c,v 1.86 2000/03/01 08:40:52 hubbe Exp $"); + RCSID("$Id: operators.c,v 1.87 2000/03/24 01:24:50 hubbe Exp $");   #include "interpret.h"   #include "svalue.h"   #include "multiset.h"
2381:   struct program *string_assignment_program;      #undef THIS - #define THIS ((struct string_assignment_storage *)(fp->current_storage)) + #define THIS ((struct string_assignment_storage *)(CURRENT_STORAGE))   static void f_string_assignment_index(INT32 args)   {    INT32 i;