prevent core dump when the input file is not present

This commit is contained in:
ceriel 1989-08-15 09:06:26 +00:00
parent 04dcaf5685
commit 9407523510

View file

@ -84,7 +84,7 @@ error(s,a1,a2,a3,a4)
fatal(s,a1,a2,a3,a4)
char *s;
{
C_close();
if (C_busy()) C_close();
error(s,a1,a2,a3,a4);
exit(1);
}