Changeset 429 for trunk/src/gmake/file.c


Ignore:
Timestamp:
Mar 26, 2006, 8:07:04 AM (19 years ago)
Author:
bird
Message:

optimizing for the libc project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/file.c

    r287 r429  
    968968init_hash_files (void)
    969969{
     970#ifdef KMK
     971  hash_init (&files, 8192, file_hash_1, file_hash_2, file_hash_cmp);
     972#else
    970973  hash_init (&files, 1000, file_hash_1, file_hash_2, file_hash_cmp);
     974#endif
    971975}
    972976
Note: See TracChangeset for help on using the changeset viewer.