Browse Source

Keep ms_stb's where they are

ceriel 33 years ago
parent
commit
edd602fcdb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      util/opt/backward.c

+ 1 - 0
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;