(main): Discard the first executable once we've

exploited it.

From-SVN: r8122
This commit is contained in:
Jason Merrill 1994-09-22 17:14:46 +00:00
parent 6899f4cfb1
commit eeed1288b8

View File

@ -1201,6 +1201,7 @@ main (argc, argv)
return 0;
}
maybe_unlink(output_file);
outf = fopen (c_file, "w");
if (outf == (FILE *)0)
fatal_perror ("%s", c_file);