Logo
Explore Help
Sign In
fluencelabs/musl
1
0
Fork 0
You've already forked musl
mirror of https://github.com/fluencelabs/musl synced 2025-05-09 22:02:18 +00:00
Code Issues Projects Releases Wiki Activity
musl/include/stdnoreturn.h

8 lines
129 B
C
Raw Normal View History

add stdnoreturn.h (C11) features.h contains the fallback logic for pre-C11 compilers
2012-09-08 00:14:25 -04:00
#ifndef _STDNORETURN_H
#define _STDNORETURN_H
add static_assert and hide noreturn, alignas, alignof from C++ add static_assert and protect the other new C11 keyword macros with #ifndef __cplusplus so they don't conflict with C++ keywords.
2014-08-26 17:42:15 +02:00
#ifndef __cplusplus
add stdnoreturn.h (C11) features.h contains the fallback logic for pre-C11 compilers
2012-09-08 00:14:25 -04:00
#include <features.h>
#define noreturn _Noreturn
#endif
add static_assert and hide noreturn, alignas, alignof from C++ add static_assert and protect the other new C11 keyword macros with #ifndef __cplusplus so they don't conflict with C++ keywords.
2014-08-26 17:42:15 +02:00
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 189ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API