Changeset 1927 for trunk/src/kmk/expand.c
- Timestamp:
- Oct 24, 2008, 6:50:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/expand.c
r1880 r1927 549 549 op = o; 550 550 begp = p; 551 if (handle_function (&op, &begp, eos)) 551 end = may_be_function_name (p + 1, eos); 552 if ( end 553 && handle_function (&op, &begp, end, eos)) 552 554 { 553 555 o = op; … … 766 768 memcpy (tmp, str, end - str); 767 769 tmp[end - str] = '\0'; 770 return allocated_variable_expand (tmp); 768 771 #else /* CONFIG_WITH_VALUE_LENGTH */ 769 772 if (!end)
Note:
See TracChangeset
for help on using the changeset viewer.