diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-06 15:25:54 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-06 15:26:11 -0800 |
commit | c95270ad4b48204880ae10ec730eb121ffa14abe (patch) | |
tree | 1f14c9708a157112ed4cc2c176d7fe5233c4819b /test/lisp/emacs-lisp/cl-lib-tests.el | |
parent | 38d0276ad122d1a7663ecca965506f85b4e29b7f (diff) | |
download | emacs-c95270ad4b48204880ae10ec730eb121ffa14abe.tar.gz emacs-c95270ad4b48204880ae10ec730eb121ffa14abe.tar.bz2 emacs-c95270ad4b48204880ae10ec730eb121ffa14abe.zip |
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.
Diffstat (limited to 'test/lisp/emacs-lisp/cl-lib-tests.el')
0 files changed, 0 insertions, 0 deletions