pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-08-14
1999-08-14 15:09:27 by Per Hedbor <ph@opera.com>
19b73afde847e9f384b92e8325874421d6458e16 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Cute bug
Rev: src/stralloc.c:1.61
23:
#define HUGE HUGE_VAL #endif /*!HUGE*/
-
RCSID("$Id: stralloc.c,v 1.
60
1999/
06
/
30
18
:
34:
09
hubbe
Exp $");
+
RCSID("$Id: stralloc.c,v 1.
61
1999/
08
/
14
15
:
09
:
27
per
Exp $");
#define BEGIN_HASH_SIZE 997 #define MAX_AVG_LINK_LENGTH 3
160:
if(alen != blen) return 0; if(asize==bsize) {
-
return !
MEMCPY
(a,b,alen<<asize);
+
return !
MEMCMP
(a,b,alen<<asize);
}else{ INT32 pos; for(pos=0;pos< alen ;pos++)