Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "preprocess.h"
Go to the source code of this file.
Macros | |
#define | CR_PRAGMA(Msg) _Pragma(#Msg) |
#define | CR_COMPILE_ERROR(Msg) CR_COMPILE_ERROR_(Msg) |
#define | CR_COMPILE_ERROR_(Msg) ((void) sizeof (char[-1])) |
#define | CRI_COMPILE_ERROR(...) , |
#define | CR_CHECKERROR__(M, N) M ## N |
#define | CR_CHECKERROR_(M, N) CR_CHECKERROR__(M, N) |
#define | CR_CHECKERROR(M) CR_CHECKERROR_(CR_CHECKERROR_, CR_VA_TAIL_SELECT(CR_CHECKERROR_(CRI_, M)))(M) |
#define | CR_CHECKERROR_1(M) M |
#define | CR_CHECKERROR_2(M) CR_CHECKERROR_(CR_, M) |
#define | CR_DEPRECATED(Msg) CR_PRAGMA(message(Msg)) |
#define | CR_DEPRECATED_MEMBER(Member) Member |
#define CR_CHECKERROR | ( | M | ) | CR_CHECKERROR_(CR_CHECKERROR_, CR_VA_TAIL_SELECT(CR_CHECKERROR_(CRI_, M)))(M) |
Definition at line 52 of file deprecation.h.
#define CR_CHECKERROR_ | ( | M, | |
N ) CR_CHECKERROR__(M, N) |
Definition at line 51 of file deprecation.h.
#define CR_CHECKERROR_1 | ( | M | ) | M |
Definition at line 53 of file deprecation.h.
#define CR_CHECKERROR_2 | ( | M | ) | CR_CHECKERROR_(CR_, M) |
Definition at line 54 of file deprecation.h.
#define CR_CHECKERROR__ | ( | M, | |
N ) M ## N |
Definition at line 50 of file deprecation.h.
#define CR_COMPILE_ERROR | ( | Msg | ) | CR_COMPILE_ERROR_(Msg) |
Definition at line 35 of file deprecation.h.
#define CR_COMPILE_ERROR_ | ( | Msg | ) | ((void) sizeof (char[-1])) |
Definition at line 46 of file deprecation.h.
#define CR_DEPRECATED | ( | Msg | ) | CR_PRAGMA(message(Msg)) |
Definition at line 56 of file deprecation.h.
#define CR_DEPRECATED_MEMBER | ( | Member | ) | Member |
Definition at line 61 of file deprecation.h.
#define CR_PRAGMA | ( | Msg | ) | _Pragma(#Msg) |
Definition at line 32 of file deprecation.h.
#define CRI_COMPILE_ERROR | ( | ... | ) | , |
Definition at line 49 of file deprecation.h.