Branch: Tag:

2000-06-16

2000-06-16 23:43:49 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

bugfix

Rev: src/gc.c:1.97

29:      #include "block_alloc.h"    - RCSID("$Id: gc.c,v 1.96 2000/06/12 23:00:31 mast Exp $"); + RCSID("$Id: gc.c,v 1.97 2000/06/16 23:43:49 hubbe Exp $");      /* Run garbage collect approximately every time    * 20 percent of all arrays, objects and programs is
1125: Inside #if defined(PIKE_DEBUG)
   if(l == (struct multiset *) x) goto on_gc_internal_lists;    gc_fatal(x, 0, "gc_cycle_check() called for thing not on gc_internal lists.\n");    on_gc_internal_lists: +  ; /* We must have a least one expression after a label! - Hubbe */    }   #endif