diff options
| author | Glenn Morris | 2012-06-25 06:17:31 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-06-25 06:17:31 -0400 |
| commit | 75d5be5c60ec0f3d20a97812bf8858c38b6cba9f (patch) | |
| tree | f194f7b420df4b0fa192c35fe3c40990546673e3 | |
| parent | afa2ffd81eeb31b2594c96556768ca17c3bb3cfc (diff) | |
| download | emacs-75d5be5c60ec0f3d20a97812bf8858c38b6cba9f.tar.gz emacs-75d5be5c60ec0f3d20a97812bf8858c38b6cba9f.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 7 |
1 files changed, 0 insertions, 7 deletions
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 <http://www.gnu.org/licenses/>. */ | |||
| 1466 | #include <string.h> | 1466 | #include <string.h> |
| 1467 | #include <stdlib.h> | 1467 | #include <stdlib.h> |
| 1468 | 1468 | ||
| 1469 | #if defined __GNUC__ && (__GNUC__ > 2 \ | ||
| 1470 | || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5)) | ||
| 1471 | #define NO_RETURN __attribute__ ((__noreturn__)) | ||
| 1472 | #else | ||
| 1473 | #define NO_RETURN /* nothing */ | ||
| 1474 | #endif | ||
| 1475 | |||
| 1476 | #if __GNUC__ >= 3 /* On GCC 3.0 we might get a warning. */ | 1469 | #if __GNUC__ >= 3 /* On GCC 3.0 we might get a warning. */ |
| 1477 | #define NO_INLINE __attribute__((noinline)) | 1470 | #define NO_INLINE __attribute__((noinline)) |
| 1478 | #else | 1471 | #else |