Changeset 2770 for trunk/src/kmk/expand.c
- Timestamp:
- Feb 1, 2015, 6:12:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/expand.c
r2769 r2770 256 256 v->expand_count++; 257 257 if ( v->expandprog 258 || (v->expand_count == 10&& kmk_cc_compile_variable_for_expand (v)) )258 || (v->expand_count == 3 && kmk_cc_compile_variable_for_expand (v)) ) 259 259 o = kmk_exec_expand_to_var_buf (v, o); 260 260 else … … 1081 1081 v->value_length = p - v->value; 1082 1082 v->value_alloc_len = variable_buffer_length; 1083 VARIABLE_CHANGED(v); 1083 1084 1084 1085 /* Restore the variable buffer, but without freeing the current. */
Note:
See TracChangeset
for help on using the changeset viewer.