(init): Remove extraneous pop_momentary in error case.

From-SVN: r5926
This commit is contained in:
Richard Kenner 1993-10-28 21:30:29 -04:00
parent 0b31e2797e
commit e1eb754f60
1 changed files with 1 additions and 2 deletions

View File

@ -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. */