summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-parse.in')
-rwxr-xr-xgcc/c-parse.in2
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 ();
}
;