3BFA
3
Too many uses of #define
#define exceeded 2048 (the maximum number allowable for definition).
The #define cannot define more than this. Delete unnecessary definitions with #undef if required.