Changeset 1913 for trunk/src/kmk/hash.c
- Timestamp:
- Oct 22, 2008, 11:24:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/hash.c
r1902 r1913 213 213 /* the rest of the loop. */ 214 214 215 hash_2 = strcache2_get_hash 1(ht->ht_strcache, str1) | 1;215 hash_2 = strcache2_get_hash (ht->ht_strcache, str1) | 1; 216 216 hash_1 += hash_2; 217 217 for (;;)
Note:
See TracChangeset
for help on using the changeset viewer.