Changeset 430 for trunk/src/gmake/variable.h
- Timestamp:
- Mar 26, 2006, 2:40:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/variable.h
r281 r430 54 54 char *name; /* Variable name. */ 55 55 int length; /* strlen (name) */ 56 #ifdef VARIABLE_HASH 57 long hash1; /* the primary hash */ 58 long hash2; /* the secondary hash */ 59 #endif 56 60 char *value; /* Variable value. */ 57 61 struct floc fileinfo; /* Where the variable was defined. */
Note:
See TracChangeset
for help on using the changeset viewer.