fix to Lindseys changes
This commit is contained in:
parent
688567a532
commit
0ad68bdb66
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ int runphase(phase) register trf *phase ; {
|
||||||
}
|
}
|
||||||
x_arg( (char *)0 ) ;
|
x_arg( (char *)0 ) ;
|
||||||
result=run_exec(phase,prog) ;
|
result=run_exec(phase,prog) ;
|
||||||
throws(&prog) ;
|
throws(prog) ;
|
||||||
return result ;
|
return result ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue