BSD 4_4 release
[unix-history] / usr / src / old / pcc / cc / cc.c
index dba83b0..7666319 100644 (file)
@@ -1,4 +1,4 @@
-static char sccsid[] = "@(#)cc.c 4.20 %G%";
+static char sccsid[] = "@(#)cc.c 4.21 6/30/90";
 /*
  * cc - front end for C compiler
  */
 /*
  * cc - front end for C compiler
  */
@@ -293,7 +293,7 @@ nocom:
                av[na++] = 0;
                eflag |= callsys(ld, av);
                if (nc==1 && nxo==1 && eflag==0)
                av[na++] = 0;
                eflag |= callsys(ld, av);
                if (nc==1 && nxo==1 && eflag==0)
-                       unlink((char *)genbuildname(setsuf(clist[0], 'o')));
+                       unlink(setsuf(clist[0], 'o'));
        }
        dexit();
 }
        }
        dexit();
 }