pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-15
2000-08-15 11:41:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8c37d137bf49f4c2efd1f80af15a2e153168fa61 (
21
lines) (+
11
/-
10
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a few warnings.
Rev: src/opcodes.c:1.87
Rev: src/stralloc.c:1.98
Rev: src/stralloc.h:1.55
25:
#define HUGE HUGE_VAL #endif /*!HUGE*/
-
RCSID("$Id: stralloc.c,v 1.
97
2000/08/
11
13
:
52
:
17
grubba Exp $");
+
RCSID("$Id: stralloc.c,v 1.
98
2000/08/
15
11:
41
:
28
grubba Exp $");
#define BEGIN_HASH_SIZE 997 #define MAX_AVG_LINK_LENGTH 3
1860:
void * str, void **ptr, int base,
-
int
maxlength,
+
ptrdiff_t
maxlength,
int shift) { PCHARP tmp;
1877:
PCHARP str, PCHARP *ptr, int base,
-
int
maxlength)
+
ptrdiff_t
maxlength)
{ PCHARP str_start;