Branch: Tag:

2000-09-14

2000-09-14 19:58:44 by Martin Stjernholm <mast@lysator.liu.se>

Fixed debug code for the middletouch pass in the gc.

Rev: src/array.c:1.87
Rev: src/gc.h:1.65
Rev: src/mapping.c:1.105
Rev: src/multiset.c:1.28
Rev: src/object.c:1.148
Rev: src/program.c:1.272
Rev: src/stralloc.c:1.100

5:   \*/   /**/   #include "global.h" - RCSID("$Id: program.c,v 1.271 2000/09/05 20:24:42 grubba Exp $"); + RCSID("$Id: program.c,v 1.272 2000/09/14 19:58:44 mast Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
970:    FREE_PROT(p);    dmfree((char *)p);    -  GC_FREE(); +  GC_FREE(p);   }      #ifdef PIKE_DEBUG