Keil™, An ARM® Company

Cx51 User's Guide

#else

The #else directive specifies an alternative text block to the block following a #if or #elif directive. If the result of the preceding #if or #elif is false, the text following the #else is processed by the compiler.

#if expression
.
.
.
#else
.
.
.
#endif