Ignore:
Timestamp:
Sep 16, 2006, 4:37:51 PM (19 years ago)
Author:
bird
Message:

tuning. libc is 1-2 seconds faster to load now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/variable.h

    r520 r526  
    5454    int length;                 /* strlen (name) */
    5555#ifdef VARIABLE_HASH /* bird */
    56     long hash1;                 /* the primary hash */
    57     long hash2;                 /* the secondary hash */
     56    int hash1;                  /* the primary hash */
     57    int hash2;                  /* the secondary hash */
    5858#endif
    5959    char *value;                /* Variable value.  */
Note: See TracChangeset for help on using the changeset viewer.