remove temporary
authorceriel <none@none>
Sun, 22 Feb 1987 15:56:31 +0000 (15:56 +0000)
committerceriel <none@none>
Sun, 22 Feb 1987 15:56:31 +0000 (15:56 +0000)
lang/basic/src.old/util.c

index 3a1d2ac..2905abd 100644 (file)
@@ -32,6 +32,7 @@ fatal(str)
 char *str;
 {
        Xerror("FATAL",str);
+       unlink(tmpfname);
        exit(-1);
 }
 notyetimpl()