Commit 5cb7368c by Richard Kenner

(really_start_incremental_init): Save current elements instead of

clearing them.

From-SVN: r6406
parent 88a3dbc1
......@@ -4976,7 +4976,7 @@ really_start_incremental_init (type)
p->unfilled_index = constructor_unfilled_index;
p->unfilled_fields = constructor_unfilled_fields;
p->bit_index = constructor_bit_index;
p->elements = 0;
p->elements = constructor_elements;
p->constant = constructor_constant;
p->simple = constructor_simple;
p->erroneous = constructor_erroneous;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment