diff options
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 (); } ; |