CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/16 09:32:07
Modified files:
bin/ksh : edit.c
Log message:
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
