Changeset 916 for trunk/src/gmakenew/expand.c
- Timestamp:
- May 25, 2007, 12:37:13 AM (18 years ago)
- File:
-
- 1 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;
Note:
See TracChangeset
for help on using the changeset viewer.