#undef
From C/C++ Reference
#undef
The #undef command undefines a previously defined macro variable, such as a variable defined by a #define.
Related topics:
From C/C++ Reference
The #undef command undefines a previously defined macro variable, such as a variable defined by a #define.