-#ifndef _PDCLIB_STDNORETURN_H\r
-#define _PDCLIB_STDNORETURN_H\r
-#include <_PDCLIB_aux.h>\r
+/* _Noreturn <stdnoreturn.h>\r
\r
-#ifndef __cplusplus\r
-/* This is problematic - if we don't define it, then C code can't be compiled\r
- * on a C++ compiler. If we do define it, then we break all instances of C++\r
- * [[noreturn]]\r
- *\r
- * This does not appear well thought out...\r
- */\r
-#define noreturn _PDCLIB_noreturn\r
-#endif\r
+ This file is part of the Public Domain C Library (PDCLib).\r
+ Permission is granted to use, modify, and / or redistribute at will.\r
+*/\r
+\r
+#ifndef _PDCLIB_STDNORETURN_H\r
+#define _PDCLIB_STDNORETURN_H _PDCLIB_STDNORETURN_H\r
\r
+#define noreturn _Noreturn\r
\r
#endif\r