X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=build-aux%2Fsnippet%2F_Noreturn.h;fp=build-aux%2Fsnippet%2F_Noreturn.h;h=0000000000000000000000000000000000000000;hb=a8a88eddaa90432e6ec1b8d9d5c9842bc91afd1d;hp=c44ad89b7c09315601bfb48467992f9fff797093;hpb=20fcfc81ece044b8b0a6768ec6cf47be4e22a2e6;p=debian%2Fgzip diff --git a/build-aux/snippet/_Noreturn.h b/build-aux/snippet/_Noreturn.h deleted file mode 100644 index c44ad89..0000000 --- a/build-aux/snippet/_Noreturn.h +++ /dev/null @@ -1,10 +0,0 @@ -#if !defined _Noreturn && __STDC_VERSION__ < 201112 -# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ - || 0x5110 <= __SUNPRO_C) -# define _Noreturn __attribute__ ((__noreturn__)) -# elif 1200 <= _MSC_VER -# define _Noreturn __declspec (noreturn) -# else -# define _Noreturn -# endif -#endif