Changeset 1452 in kBuild
- Timestamp:
- Mar 30, 2008 2:06:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r1446 r1452 1559 1559 o = variable_buffer_output (o, v->value, v->value_length + 1); 1560 1560 o = variable_buffer + off; 1561 assert (!o[v->value_length]); 1561 1562 1562 1563 /* Eval the value. Pop the current variable buffer setting so that the … … 1564 1565 1565 1566 install_variable_buffer (&buf, &len); 1566 var_ctx = !strcmp (funcname, "evalvalctx");1567 var_ctx = !strcmp (funcname, "evalvalctx"); 1567 1568 if (var_ctx) 1568 1569 push_new_variable_scope (); … … 3783 3784 if (*o != '\0' && *o != '%') 3784 3785 o = strchr (o, '\0'); 3786 else if (i) 3787 o = p - cmd_sep_len; 3785 3788 else 3786 o = p - cmd_sep_len;3789 o = p; 3787 3790 } 3788 3791 }
Note:
See TracChangeset
for help on using the changeset viewer.