Branch: Tag:

1998-12-06

1998-12-06 22:54:16 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

new function: do_free_string

Rev: src/stralloc.c:1.51
Rev: src/stralloc.h:1.27

15:      #include <ctype.h>    - RCSID("$Id: stralloc.c,v 1.50 1998/11/22 11:03:18 hubbe Exp $"); + RCSID("$Id: stralloc.c,v 1.51 1998/12/06 22:54:15 hubbe Exp $");      #define BEGIN_HASH_SIZE 997   #define MAX_AVG_LINK_LENGTH 3
606:    num_strings--;   }    + void do_free_string(struct pike_string *s) + { +  free_string(s); + } +    void really_free_string(struct pike_string *s)   {   #ifdef PIKE_DEBUG