diff options
author | YamaArashi <shadow962@live.com> | 2016-02-12 15:21:09 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-12 15:21:09 -0800 |
commit | 8e9f3932d7e21ece4840965a5018bcd3c23c5a1b (patch) | |
tree | bdcde1004e64486518406f85bb7c0815cd26b711 /gcc/c-parse.in | |
parent | fb95ff91be532f3b63786339ea3cb28694aef172 (diff) |
remove more objc stuff
Diffstat (limited to 'gcc/c-parse.in')
-rwxr-xr-x | gcc/c-parse.in | 2 |
1 files changed, 0 insertions, 2 deletions
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 (); } ; |