The null directive performs no action. It consists of a single # on a line of its own.
The null directive should not be confused with the # operator or the character that starts a preprocessor directive.
#ifdef MINVAL # #else #define MINVAL 1 #endif