New method of calling optimizers; fixed lint entry in Makefile

This commit is contained in:
ceriel
1989-02-09 14:08:47 +00:00
parent f5f3c78f28
commit ff974411bb
8 changed files with 55 additions and 54 deletions

View File

@@ -126,7 +126,7 @@ disc_inputs(phase) trf *phase ; {
scanlist( l_first(phase->t_inputs), elem) {
l_in= p_cont(*elem) ;
file_final(l_in) ;
freecore(l_in) ;
freecore((char *)l_in) ;
}
l_clear(&phase->t_inputs) ;
}