Changeset 533 for trunk/src/gmake/variable.h
- Timestamp:
- Sep 18, 2006, 5:02:39 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/variable.h
r531 r533 59 59 #ifdef CONFIG_WITH_VALUE_LENGTH 60 60 int value_length; /* The length of the value, usually unused. */ 61 int value_alloc_len; /* The amount of memory we've actually allocated. */ 62 /* FIXME: make lengths unsigned! */ 61 63 #endif 62 64 char *value; /* Variable value. */ … … 128 130 extern void install_variable_buffer PARAMS ((char **bufp, unsigned int *lenp)); 129 131 extern void restore_variable_buffer PARAMS ((char *buf, unsigned int len)); 132 #ifdef CONFIG_WITH_VALUE_LENGTH 133 extern void append_expanded_string_to_variable PARAMS ((struct variable *v, char *value)); 134 #endif 130 135 131 136 /* function.c */
Note:
See TracChangeset
for help on using the changeset viewer.