Avoid a compiler warning about use of uninitialized l.beg emitted
authortb <tb@openbsd.org>
Tue, 16 Aug 2016 15:32:07 +0000 (15:32 +0000)
committertb <tb@openbsd.org>
Tue, 16 Aug 2016 15:32:07 +0000 (15:32 +0000)
commit6b323d442bf7dafa24498010e9e106f4f2f3fbe8
tree1dc281ecbe085da661e87ac2e4fc05e9e172a269
parente5dc97b9af0413b22ed0f880b4134bfa5d50c101
Avoid a compiler warning about use of uninitialized l.beg emitted
when ksh is compiled with -Os (done in distrib/special): move the
bit using XPptrv(l) (which expands to l.beg) where it is actually
used and clearly initialized.

ok tedu, tweak + ok millert
bin/ksh/edit.c