From: bal Date: Tue, 19 Feb 1985 11:16:11 +0000 (+0000) Subject: p_use->u_ext field deleted from showptable() X-Git-Tag: release-5-5~5599 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=739712269513835c03d6928428a2292b0d1c0253;p=ack.git p_use->u_ext field deleted from showptable() --- diff --git a/util/ego/share/show.c b/util/ego/share/show.c index 412409504..684ac7550 100644 --- a/util/ego/share/show.c +++ b/util/ego/share/show.c @@ -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(); }