Changeset 526 for trunk/src/gmake/variable.h
- Timestamp:
- Sep 16, 2006, 4:37:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/variable.h
r520 r526 54 54 int length; /* strlen (name) */ 55 55 #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 */ 58 58 #endif 59 59 char *value; /* Variable value. */
Note:
See TracChangeset
for help on using the changeset viewer.