- Timestamp:
- Oct 26, 2008 2:01:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/dir.c
r1915 r1941 1040 1040 new->name = strcache_add_len (filename, new->length); 1041 1041 new->impossible = 1; 1042 #ifndef CONFIG_WITH_STRCACHE2 1042 1043 hash_insert (&dir->contents->dirfiles, new); 1044 #else /* CONFIG_WITH_STRCACHE2 */ 1045 hash_insert_strcached (&dir->contents->dirfiles, new); 1046 #endif /* CONFIG_WITH_STRCACHE2 */ 1043 1047 } 1044 1048
Note:
See TracChangeset
for help on using the changeset viewer.