Ignore:
Timestamp:
Oct 22, 2008, 11:17:27 PM (17 years ago)
Author:
bird
Message:

strcache2: collapsed the STRCACHE2_USE_CHAINING checks.

File:
1 edited

Legend:

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

    r1909 r1912  
    773773                                                     entry->length,
    774774                                                     entry->hash1,
    775 #ifdef STRCACHE2_USE_CHAINING
    776775                                                     1);
    777 #else
    778                                                      entry->hash2);
    779 #endif
    780776  return (const char *)entry->user;
    781777}
Note: See TracChangeset for help on using the changeset viewer.