Branch: Tag:

2000-04-23

2000-04-23 03:17:11 by Martin Stjernholm <mast@lysator.liu.se>

A fix for compiling without debug.

Rev: src/gc.c:1.80

29:      #include "block_alloc.h"    - RCSID("$Id: gc.c,v 1.79 2000/04/23 03:01:25 mast Exp $"); + RCSID("$Id: gc.c,v 1.80 2000/04/23 03:17:11 mast Exp $");      /* Run garbage collect approximate every time we have    * 20 percent of all arrays, objects and programs is
660:    fatal_after_gc="Refs changed in gc()\n";    }    m->saved_refs = *(INT32 *)a; + #else +  m = get_marker(a);   #endif       m->flags |= GC_CHECKED;