_Noreturn not noreturn
commit6b9618e81314fb43bde3c0a57bb3b701cdd0ee88
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Jun 2017 17:38:27 +0000 (12 10:38 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Jun 2017 17:39:15 +0000 (12 10:39 -0700)
treee9a33533ca20970af6a542e08b0beb4b22775ba4
parentd92599d3a99d6d63e8f3ab2068ef96a2299a722b
_Noreturn not noreturn

_Noreturn is more portable to non-C11 platforms.  See:
https://www.gnu.org/software/gnulib/manual/html_node/stdnoreturn_002eh.html
* src/emacs-module.c: Use _Noreturn, not noreturn.  No need to
include <stdnoreturn.h>.  Reindent to fit in 80 columns.
src/emacs-module.c