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/variable.c

    r370 r429  
    149149init_hash_global_variable_set (void)
    150150{
    151   hash_init (&global_variable_set.table, VARIABLE_BUCKETS,
     151  hash_init (&global_variable_set.table,
     152#ifdef KMK
     153             8192,
     154#else
     155             VARIABLE_BUCKETS,
     156#endif
    152157             variable_hash_1, variable_hash_2, variable_hash_cmp);
    153158}
Note: See TracChangeset for help on using the changeset viewer.