pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-01-19
2005-01-19 13:05:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7855bf03bc1ab6a2d0eab8f0b2cfe45fe3bd1bfa (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.4
Oops.
Rev: src/stralloc.c:1.158
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: stralloc.c,v 1.
157
2005/01/
18
17
:
54
:
15
grubba Exp $
+
|| $Id: stralloc.c,v 1.
158
2005/01/
19
13
:
05
:
55
grubba Exp $
*/ #include "global.h"
24:
#include <ctype.h> #include <math.h>
-
RCSID("$Id: stralloc.c,v 1.
157
2005/01/
18
17
:
54
:
15
grubba Exp $");
+
RCSID("$Id: stralloc.c,v 1.
158
2005/01/
19
13
:
05
:
55
grubba Exp $");
/* #define STRALLOC_USE_PRIMES */
1561:
if((((unsigned int)index) >= HASH_PREFIX) && (index < a->len-8)) {
+
struct pike_string *old;
/* Doesn't change hash value - sneak it in there */ low_set_index(a,index,c); unlink_pike_string(a);