pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-02-04
2001-02-04 02:34:51 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
1743c83f573afe7f258ea3e1678d88722fdafa85 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
more optimization
Rev: src/stralloc.c:1.116
26:
#define HUGE HUGE_VAL #endif /*!HUGE*/
-
RCSID("$Id: stralloc.c,v 1.
115
2001/02/
02
20
:
36
:
22
mast
Exp $");
+
RCSID("$Id: stralloc.c,v 1.
116
2001/02/
04
02:
34
:
51
hubbe
Exp $");
#define BEGIN_HASH_SIZE 997 #define MAX_AVG_LINK_LENGTH 3
1449:
pike_string_cpy(tmp,a); INC_PCHARP(tmp,a->len); pike_string_cpy(tmp,b);
-
return end_shared_string(ret);
+
return
low_
end_shared_string(ret);
} PMOD_EXPORT struct pike_string *add_and_free_shared_strings(struct pike_string *a,