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