remove temporary

This commit is contained in:
ceriel 1987-02-22 15:56:31 +00:00
parent af4bc8a874
commit 435edfa24e

View File

@ -32,6 +32,7 @@ fatal(str)
char *str;
{
Xerror("FATAL",str);
unlink(tmpfname);
exit(-1);
}
notyetimpl()