From: ceriel Date: Tue, 27 Aug 1991 09:08:05 +0000 (+0000) Subject: Keep ms_stb's where they are X-Git-Tag: release-5-5~1047 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=edd602fcdbb0c2aa922a5850bb4195d27626d425;p=ack.git Keep ms_stb's where they are --- diff --git a/util/opt/backward.c b/util/opt/backward.c index a774dc6a5..ec2218637 100644 --- a/util/opt/backward.c +++ b/util/opt/backward.c @@ -165,6 +165,7 @@ backward() { case ps_mes: if (prodepth != 0 && ((int) aoff(lnp->l_a.la_arg, 0) == ms_std || + (int) aoff(lnp->l_a.la_arg, 0) == ms_stb || (int) aoff(lnp->l_a.la_arg, 0) == ms_ego)) { lnp->l_next = i; i = lnp;