Commit e1eb754f by Richard Kenner

(init): Remove extraneous pop_momentary in error case.

From-SVN: r5926
parent 0b31e279
......@@ -1127,8 +1127,7 @@ init:
pop_momentary_nofree (); }
| error
{ $$ = error_mark_node;
pop_momentary (); }
{ $$ = error_mark_node; }
;
/* `initlist_maybe_comma' is the guts of an initializer in braces. */
......
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