CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/16 15:52:32
Modified files:
bin/ksh : alloc.c c_ksh.c c_ulimit.c edit.c eval.c exec.c
io.c jobs.c main.c misc.c sh.h shf.c table.c
trap.c tree.c var.c vi.c
Log message:
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@
