Changeset 1968 in kBuild for trunk/src/kmk/variable.c
- Timestamp:
- Oct 26, 2008 9:29:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r1949 r1968 1533 1533 new_slot = (struct variable **) hash_find_slot (&table, v); 1534 1534 #else /* CONFIG_WITH_STRCACHE2 */ 1535 assert (strcache2_is_cached (&variable_strcache, v->name)); 1535 1536 new_slot = (struct variable **) hash_find_slot_strcached (&table, v); 1536 1537 #endif /* CONFIG_WITH_STRCACHE2 */
Note:
See TracChangeset
for help on using the changeset viewer.