Change two _Noreturn functions to return void
commitc95270ad4b48204880ae10ec730eb121ffa14abe
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 6 Dec 2016 23:25:54 +0000 (6 15:25 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 6 Dec 2016 23:26:11 +0000 (6 15:26 -0800)
tree1f14c9708a157112ed4cc2c176d7fe5233c4819b
parent38d0276ad122d1a7663ecca965506f85b4e29b7f
Change two _Noreturn functions to return void

This is a bit clearer than _Noreturn functions that (do not)
return a non-void type.
* src/callproc.c (call_process) [MSDOS]:
Use 'status' local to record status.
(child_setup): Return CHILD_SETUP_TYPE.
* src/data.c, src/lisp.h (wrong_type_argument): Return void.
All callers changed.
* src/lisp.h (CHILD_SETUP_TYPE): New macro.
src/callproc.c
src/data.c
src/lisp.h