Removed some signal handling stuff. The Ack-program should do that.

This commit is contained in:
ceriel
1986-12-01 09:43:00 +00:00
parent 59861f883b
commit 36adbe54a5
2 changed files with 0 additions and 12 deletions

View File

@@ -35,7 +35,6 @@ beginoutput()
outhead.oh_nname = NLocals + NGlobals + outhead.oh_nsect;
outhead.oh_nchar = NLChars + NGChars;
}
trap_signals();
if (!incore)
begin_write();
}