From: Glenn Morris Date: Mon, 25 Jun 2012 10:17:31 +0000 (-0400) Subject: Auto-commit of generated files. X-Git-Tag: emacs-24.2.90~1199^2~354 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75d5be5c60ec0f3d20a97812bf8858c38b6cba9f;p=emacs.git Auto-commit of generated files. --- diff --git a/autogen/config.in b/autogen/config.in index 4a6b3d6bc12..20fe0874c45 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -1466,13 +1466,6 @@ along with GNU Emacs. If not, see . */ #include #include -#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