diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-07-17 18:07:48 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-07-17 18:07:48 +0200 |
commit | 8e5417ad28fd3821e830446f2c74ccc22adde70e (patch) | |
tree | e2220f020440ebf3d225e586f330fa660773fdab /build-aux | |
parent | fd27a1bfa9b26ae706265322fa6eb20bbd6a1721 (diff) | |
download | gnutls-8e5417ad28fd3821e830446f2c74ccc22adde70e.tar.gz |
Updated gnulib.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/snippet/_Noreturn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/snippet/_Noreturn.h b/build-aux/snippet/_Noreturn.h index 1a7b4daed0..c44ad89b7c 100644 --- a/build-aux/snippet/_Noreturn.h +++ b/build-aux/snippet/_Noreturn.h @@ -1,4 +1,4 @@ -#ifndef _Noreturn +#if !defined _Noreturn && __STDC_VERSION__ < 201112 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ || 0x5110 <= __SUNPRO_C) # define _Noreturn __attribute__ ((__noreturn__)) |