]> code.delx.au - gnu-emacs/blobdiff - configure.in
Switch from NO_RETURN to C11's _Noreturn.
[gnu-emacs] / configure.in
index 4c3316a0d3b8e847b0fb166c9444d372f4638e3b..1115486b2ef5e67f66c26fadce6411805f76b0ba 100644 (file)
@@ -3536,13 +3536,6 @@ AH_BOTTOM([
 #include <string.h>
 #include <stdlib.h>
 
-#if defined __GNUC__ && (__GNUC__ > 2 \
-                         || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
-#define NO_RETURN      __attribute__ ((__noreturn__))
-#else
-#define NO_RETURN      /* nothing */
-#endif
-
 #if __GNUC__ >= 3  /* On GCC 3.0 we might get a warning.  */
 #define NO_INLINE __attribute__((noinline))
 #else