Change x_do_ins()'s arg type from int to size_t for correctness's sake,
authormmcc <mmcc@openbsd.org>
Fri, 16 Oct 2015 23:18:59 +0000 (23:18 +0000)
committermmcc <mmcc@openbsd.org>
Fri, 16 Oct 2015 23:18:59 +0000 (23:18 +0000)
commitf369c40461be915f2813b12bc5f1eed502d816a1
tree2dad400af9524a8a7c5aedb4de626aceb6b75bb3
parenta6a9e28a8a3e9da361bb3b2a76af547af5f63d3e
Change x_do_ins()'s arg type from int to size_t for correctness's sake,
and to silence a compiler warning. Also remove its prototype, which is
directly above its definition.

ok tedu@
bin/ksh/emacs.c