From: Richard Kenner Date: Fri, 29 Oct 1993 01:30:29 +0000 (-0400) Subject: (init): Remove extraneous pop_momentary in error case. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1eb754f6005d190d3fb9ada1b669bf8d15ca320;p=gcc.git (init): Remove extraneous pop_momentary in error case. From-SVN: r5926 --- diff --git a/gcc/c-parse.in b/gcc/c-parse.in index a271195c0e2..2fc05a03051 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -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. */