Removed a call to 'abort'; just a non-zero exit status is enough

This commit is contained in:
ceriel 1990-01-18 16:35:39 +00:00
parent b2f85981ad
commit 01535f998d

View file

@ -66,7 +66,6 @@ fatal(s) char *s; {
*/ */
error("Fatal error: %s",s); error("Fatal error: %s",s);
dump(0); dump(0);
abort();
exit(-1); exit(-1);
} }