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