[FATAL]
It is not allowed to redefine a macro.
#define ABC 10
#define ABC 20
Correct the macro (e.g. using another name).