_Noreturn: future-proof non-GNU and non-MSVC compilers
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Apr 2012 23:00:14 +0000 (16:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Apr 2012 23:00:46 +0000 (16:00 -0700)
commit2170abddc59962473ce4441596e8a52db5385e54
treea507ffff2e201966f2d06f187e005f1f35fc3930
parentc116f3004c8173c1df5fc0ead911567192e6625b
_Noreturn: future-proof non-GNU and non-MSVC compilers

* build-aux/snippet/_Noreturn.h (_Noreturn):
* m4/gnulib-common.m4 (gl_COMMON_BODY):
Do not define _Noreturn if __STDC_VERSION__ indicates this is
C11 or later.  This is more likely to work with random future C
compilers that are neither GNUish nor MSVCish.  See Vincent Lefevre in
<http://lists.gnu.org/archive/html/bug-gnulib/2012-04/msg00195.html>.
ChangeLog
build-aux/snippet/_Noreturn.h
m4/gnulib-common.m4