]> pd.if.org Git - pdclib.old/blob - includes/stdnoreturn.h
Modify various POSIX platform files so you can build on top of glibc for testing
[pdclib.old] / includes / stdnoreturn.h
1 #ifndef _PDCLIB_STDNORETURN_H\r
2 #define _PDCLIB_STDNORETURN_H\r
3 #include <_PDCLIB_aux.h>\r
4 \r
5 #ifndef __cplusplus\r
6 /* This is problematic - if we don't define it, then C code can't be compiled\r
7  * on a C++ compiler. If we do define it, then we break all instances of C++\r
8  * [[noreturn]]\r
9  *\r
10  * This does not appear well thought out...\r
11  */\r
12 #define noreturn _PDCLIB_noreturn\r
13 #endif\r
14 \r
15 \r
16 #endif\r