Delete temporary
This commit is contained in:
parent
8a407d5ee9
commit
2d34e6f839
|
@ -39,7 +39,10 @@ char **argv;
|
||||||
/* compile source programs */
|
/* compile source programs */
|
||||||
compileprogram(program);
|
compileprogram(program);
|
||||||
linewarnings();
|
linewarnings();
|
||||||
if( errorcnt) exit(-1);
|
if( errorcnt) {
|
||||||
|
unlink(tmpfname);
|
||||||
|
exit(-1);
|
||||||
|
}
|
||||||
/* process em object files */
|
/* process em object files */
|
||||||
simpleprogram();
|
simpleprogram();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue