Introduce internal_warningf() and mark internal_errorf() as noreturn
authorjca <jca@openbsd.org>
Tue, 16 Jan 2018 22:52:32 +0000 (22:52 +0000)
committerjca <jca@openbsd.org>
Tue, 16 Jan 2018 22:52:32 +0000 (22:52 +0000)
commit6c72b53185cf1421eca9c3faf6b8693af66cf9d5
tree7e53dd61f129bb2ce83f51cc31ff3b97d2f99109
parent2d2e44b74d1945023679636aa15296bdcb9d20b0
Introduce internal_warningf() and mark internal_errorf() as noreturn

This helps tools like scan-build, and follows the example of warningf()
and errorf().  ok anton@
17 files changed:
bin/ksh/alloc.c
bin/ksh/c_ksh.c
bin/ksh/c_ulimit.c
bin/ksh/edit.c
bin/ksh/eval.c
bin/ksh/exec.c
bin/ksh/io.c
bin/ksh/jobs.c
bin/ksh/main.c
bin/ksh/misc.c
bin/ksh/sh.h
bin/ksh/shf.c
bin/ksh/table.c
bin/ksh/trap.c
bin/ksh/tree.c
bin/ksh/var.c
bin/ksh/vi.c