From 8e9f3932d7e21ece4840965a5018bcd3c23c5a1b Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 12 Feb 2016 15:21:09 -0800 Subject: remove more objc stuff --- gcc/c-parse.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/c-parse.in') diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 8e70770..8a09144 100755 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -271,7 +271,6 @@ extern void yyprint PROTO ((FILE *, int, YYSTYPE)); program: /* empty */ { if (pedantic) pedwarn ("ANSI C forbids an empty source file"); - finish_file (); } | extdefs { @@ -279,7 +278,6 @@ program: /* empty */ get us back to the global binding level. */ while (! global_bindings_p ()) poplevel (0, 0, 0); - finish_file (); } ; -- cgit v1.2.3