Delete temporary
This commit is contained in:
parent
435edfa24e
commit
7471081794
@ -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…
x
Reference in New Issue
Block a user