1999-10-22
1999-10-22 00:04:39 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
f43e42d01ec5407f3cb68e766cfe73312264a9bd
(4 lines)
(+3/-1)
[
Show
| Annotate
]
Branch: 7.9
bugfix in sprintf()
Rev: src/modules/sprintf/sprintf.c:1.49
Rev: src/program.c:1.163
Rev: src/signal_handler.c:1.157
Rev: src/stralloc.c:1.67
23:
#define HUGE HUGE_VAL
#endif /*!HUGE*/
- RCSID("$Id: stralloc.c,v 1.66 1999/10/19 13:33:37 grubba Exp $");
+ RCSID("$Id: stralloc.c,v 1.67 1999/10/22 00:02:27 hubbe Exp $");
#define BEGIN_HASH_SIZE 997
#define MAX_AVG_LINK_LENGTH 3
301: Inside #if defined(PIKE_DEBUG)
fatal("String with no references.\n");
}
#endif
+ debug_malloc_touch(curr);
if (full_hash_value == curr->hval &&
len==curr->len &&