From e1eb754f6005d190d3fb9ada1b669bf8d15ca320 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 28 Oct 1993 21:30:29 -0400 Subject: [PATCH] (init): Remove extraneous pop_momentary in error case. From-SVN: r5926 --- gcc/c-parse.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/c-parse.in b/gcc/c-parse.in index a271195..2fc05a0 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. */ -- 2.7.4