Changeset 1897 for trunk/src/kmk/variable.c
- Timestamp:
- Oct 21, 2008, 3:21:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r1890 r1897 118 118 #else 119 119 /* all requests are served from the cache. */ 120 return strcache2_get_ hash1(&variable_strcache, key->name);120 return strcache2_get_ptr_hash (&variable_strcache, key->name); 121 121 #endif 122 122 } … … 485 485 #ifdef KMK /* bird: speed */ 486 486 struct hash_table *ht = &setlist->set->table; 487 unsigned int hash_1 = strcache2_get_ hash1(&variable_strcache, name);487 unsigned int hash_1 = strcache2_get_ptr_hash (&variable_strcache, name); 488 488 struct variable *v; 489 489
Note:
See TracChangeset
for help on using the changeset viewer.