Changeset 1903 in kBuild for trunk/src/kmk/incdep.c
- Timestamp:
- Oct 21, 2008 4:25:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/incdep.c
r1895 r1903 769 769 { 770 770 if (!entry->user) 771 entry->user = (void *)strcache2_add_hashed (&file_strcache,772 (const char *)(entry + 1),773 entry->length,774 entry->hash1,775 entry->hash2);771 entry->user = (void *)strcache2_add_hashed_file (&file_strcache, 772 (const char *)(entry + 1), 773 entry->length, 774 entry->hash1, 775 entry->hash2); 776 776 return (const char *)entry->user; 777 777 }
Note:
See TracChangeset
for help on using the changeset viewer.