open and close output file in one place

This commit is contained in:
ceriel
1990-01-29 12:40:43 +00:00
parent 9288115a4d
commit 218b982231
3 changed files with 5 additions and 8 deletions

View File

@@ -30,13 +30,9 @@ static long off_char;
*/
begin_write()
{
extern char *outputname;
register struct outhead *hd = &outhead;
assert(! incore);
if (! wr_open(outputname)) {
fatal("cannot write %s", outputname);
}
wr_ohead(hd);
wr_sect(outsect, hd->oh_nsect);
off_char = OFF_CHAR(*hd);