#undef

#undef就是取消一个宏的定义,之后这个宏所定义的就无效;

但是可以重新使用#define 进行定义。

原文地址:https://www.cnblogs.com/prayer521/p/5618146.html