fix to Lindseys changes

This commit is contained in:
ceriel 1987-10-20 16:09:39 +00:00
parent 688567a532
commit 0ad68bdb66

View file

@ -70,7 +70,7 @@ int runphase(phase) register trf *phase ; {
}
x_arg( (char *)0 ) ;
result=run_exec(phase,prog) ;
throws(&prog) ;
throws(prog) ;
return result ;
}