summaryrefslogtreecommitdiff
path: root/include/stdnoreturn.h
AgeCommit message (Collapse)AuthorLines
2014-08-27add static_assert and hide noreturn, alignas, alignof from C++Szabolcs Nagy-0/+2
add static_assert and protect the other new C11 keyword macros with #ifndef __cplusplus so they don't conflict with C++ keywords.
2012-09-08add stdnoreturn.h (C11)Rich Felker-0/+5
features.h contains the fallback logic for pre-C11 compilers