2001-09-27
2001-09-27 20:45:57 by Martin Stjernholm <mast@lysator.liu.se>
-
30431fc09805ffeca25308cd4cc9eddde7e133e0
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
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)
{