pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-03-23
1999-03-23 03:04:00 by Marcus Comstedt <marcus@mc.pp.se>
4c39047ce270a9a97dcadecca8623f2f3e695260 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed math stuff to compile on NT.
Rev: src/stralloc.c:1.57
15:
#include "stuff.h" #include <errno.h>
+
#include <float.h>
#include <ctype.h> #include <math.h>
-
RCSID("$Id:
stralloc.c,v
1.56
1999
/
03
/
04 06:05:11 hubbe Exp $");
+
#ifndef
HUGE
+
#define
HUGE
HUGE_VAL
+
#endif
/
*!HUGE*
/
-
+
RCSID("$Id: stralloc.c,v 1.57 1999/03/23 03:04:00 marcus Exp $");
+
#define BEGIN_HASH_SIZE 997 #define MAX_AVG_LINK_LENGTH 3 #define HASH_PREFIX 64