[FATAL]
There has to be a legal C/C++ ident to be used as a macro name. An ident has to be start with a normal letter (e.g. 'a'..'Z') or any legal ident symbol.
#define "abc"
Use a legal macro name, e.g. not a string or a digit.