Changeset 1975 for trunk/src/kmk/expand.c
- Timestamp:
- Oct 26, 2008, 11:48:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/expand.c
r1932 r1975 831 831 832 832 833 #if def CONFIG_WITH_COMMANDS_FUNC833 #if defined (CONFIG_WITH_VALUE_LENGTH) || defined (CONFIG_WITH_COMMANDS_FUNC) 834 834 /* Expand LINE for FILE. Error messages refer to the file and line where 835 835 FILE's commands were found. Expansion uses FILE's variable set list. … … 875 875 876 876 877 #endif /* CONFIG_WITH_ COMMANDS_FUNC */877 #endif /* CONFIG_WITH_VALUE_LENGTH || CONFIG_WITH_COMMANDS_FUNC */ 878 878 /* Like allocated_variable_expand, but for += target-specific variables. 879 879 First recursively construct the variable value from its appended parts in
Note:
See TracChangeset
for help on using the changeset viewer.