X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fassert.h;h=b0dc692cd23a9475fcd96c67dc742e74686e976b;hb=6e2372a86c7e862ed931910f8a5f4b908639d689;hp=30a43d68fae741b6a8b05cd4451da70f984e4fba;hpb=0c05bd3a9c165cf2f0b9d6fa23a1f96532ddcdb3;p=musl diff --git a/include/assert.h b/include/assert.h index 30a43d68..b0dc692c 100644 --- a/include/assert.h +++ b/include/assert.h @@ -1,11 +1,6 @@ -#undef assert +#include -#if __STDC_VERSION__ >= 201112L -#elif defined(__GNUC__) -#define _Noreturn __attribute__((__noreturn__)) -#else -#define _Noreturn -#endif +#undef assert #ifdef NDEBUG #define assert(x) (void)0