Removed a call to 'abort'; just a non-zero exit status is enough
authorceriel <none@none>
Thu, 18 Jan 1990 16:35:39 +0000 (16:35 +0000)
committerceriel <none@none>
Thu, 18 Jan 1990 16:35:39 +0000 (16:35 +0000)
util/ass/ass80.c

index af807c0..649cd15 100644 (file)
@@ -66,7 +66,6 @@ fatal(s) char *s; {
         */
        error("Fatal error: %s",s);
        dump(0);
-       abort();
        exit(-1);
 }