Derive-C
Loading...
Searching...
No Matches
undef.h
Go to the documentation of this file.
1#undef SELF
2
3#if defined SELF_PUSHED
4 #pragma pop_macro("SELF")
5 #undef SELF_PUSHED
6#endif
7
8#if defined INTERNAL_NAME
9 #undef INTERNAL_NAME
10#elif defined NAME
11 #undef NAME
12#elif !defined __clang_analyzer__
13 #error "If `INTERNAL_NAME` is not defined, `NAME` must be defined"
14#endif