diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-05-31 16:36:44 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-05-31 16:36:44 +0200 |
commit | c9c211a91572481e554bf2d06a2120adccfe16a3 (patch) | |
tree | 2e4efde250df40809865cfe1828e727585a36cda /build-aux | |
parent | 0dd5f96848dc1b5b4357f9afade87fa05a3f79e5 (diff) | |
download | libtasn1-c9c211a91572481e554bf2d06a2120adccfe16a3.tar.gz libtasn1-c9c211a91572481e554bf2d06a2120adccfe16a3.tar.bz2 libtasn1-c9c211a91572481e554bf2d06a2120adccfe16a3.zip |
Update gnulib files.
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 1a7b4da..c44ad89 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__)) |