(init): Remove extraneous pop_momentary in error case.
From-SVN: r5926
This commit is contained in:
parent
0b31e2797e
commit
e1eb754f60
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user