(init): Remove extraneous pop_momentary in error case.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 29 Oct 1993 01:30:29 +0000 (21:30 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 29 Oct 1993 01:30:29 +0000 (21:30 -0400)
From-SVN: r5926

gcc/c-parse.in

index a271195c0e2616f1bfd2ad0f0d76ddff18464291..2fc05a030513ad3e48581ecc3d0acf2c106d2b0a 100644 (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.  */