Branch: Tag:

2001-09-27

2001-09-27 20:45:57 by Martin Stjernholm <mast@lysator.liu.se>

gc_mark_all_strings is a nop that isn't used when compiling without
debug.

Rev: src/stralloc.c:1.137

27:   #define HUGE HUGE_VAL   #endif /*!HUGE*/    - RCSID("$Id: stralloc.c,v 1.136 2001/09/24 16:44:06 grubba Exp $"); + RCSID("$Id: stralloc.c,v 1.137 2001/09/27 20:45:57 mast Exp $");      /* #define STRALLOC_USE_PRIMES */   
1898: Inside #if defined(PIKE_DEBUG)
   }    return n;   } - #endif +       void gc_mark_all_strings(void)   {
1910:    for(p=base_table[e];p;p=p->next) gc_is_referenced(p);    }   } + #endif      struct pike_string *next_pike_string (struct pike_string *s)   {