- Timestamp:
- May 24, 2007 10:37:13 PM (18 years ago)
- Location:
- trunk/src/gmakenew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmakenew/expand.c
r903 r916 549 549 /* Expands the specified string, appending it to the specified variable value. */ 550 550 void 551 append_expanded_string_to_variable (struct variable *v, c har *value)551 append_expanded_string_to_variable (struct variable *v, const char *value) 552 552 { 553 553 char *p; -
trunk/src/gmakenew/variable.h
r903 r916 130 130 void restore_variable_buffer (char *buf, unsigned int len); 131 131 #ifdef CONFIG_WITH_VALUE_LENGTH 132 extern void append_expanded_string_to_variable (struct variable *v, c har *value);132 extern void append_expanded_string_to_variable (struct variable *v, const char *value); 133 133 #endif 134 134
Note:
See TracChangeset
for help on using the changeset viewer.