about summary refs log tree commit diff
path: root/include/stdnoreturn.h
Commit message (Collapse)AuthorAgeFilesLines
* add static_assert and hide noreturn, alignas, alignof from C++Szabolcs Nagy2014-08-271-0/+2
| | | | | add static_assert and protect the other new C11 keyword macros with #ifndef __cplusplus so they don't conflict with C++ keywords.
* add stdnoreturn.h (C11)Rich Felker2012-09-081-0/+5
features.h contains the fallback logic for pre-C11 compilers