p_use->u_ext field deleted from showptable()

This commit is contained in:
bal 1985-02-19 11:16:11 +00:00
parent 7c9dea8bed
commit 9a02e2ede3

View File

@ -173,7 +173,6 @@ showp()
if (all == 1) {
printf(" changed ="); showcset();
printf(format,"c_flags =",getshort());
printf(" used ="); showcset();
printf(format,"u_flags =",getshort());
printf(" calling ="); showcset();
}