Ignore:
Timestamp:
Oct 21, 2008, 2:48:25 AM (17 years ago)
Author:
bird
Message:

kmk: strcache cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/incdep.c

    r1875 r1895  
    769769{
    770770  if (!entry->user)
    771     entry->user = (void *)strcache_add_prehashed ((const char *)(entry + 1),
    772                                                   entry->length,
    773                                                   entry->hash1,
    774                                                   entry->hash2);
     771    entry->user = (void *)strcache2_add_hashed (&file_strcache,
     772                                                (const char *)(entry + 1),
     773                                                entry->length,
     774                                                entry->hash1,
     775                                                entry->hash2);
    775776  return (const char *)entry->user;
    776777}
Note: See TracChangeset for help on using the changeset viewer.