Changeset 520 for trunk/src/gmake/variable.h
- Timestamp:
- Sep 16, 2006, 6:56:25 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/variable.h
r503 r520 53 53 char *name; /* Variable name. */ 54 54 int length; /* strlen (name) */ 55 #ifdef VARIABLE_HASH 55 #ifdef VARIABLE_HASH /* bird */ 56 56 long hash1; /* the primary hash */ 57 57 long hash2; /* the secondary hash */
Note:
See TracChangeset
for help on using the changeset viewer.