Changeset 530 for trunk/src/gmake/variable.h
- Timestamp:
- Sep 17, 2006, 10:38:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/variable.h
r526 r530 57 57 int hash2; /* the secondary hash */ 58 58 #endif 59 #ifdef CONFIG_WITH_VALUE_LENGTH 60 int value_length; /* The length of the value, usually unused. */ 61 #endif 59 62 char *value; /* Variable value. */ 60 63 struct floc fileinfo; /* Where the variable was defined. */
Note:
See TracChangeset
for help on using the changeset viewer.