13.4 Conditional Compilation

This section describes the syntax and use of directives that control “conditional compilation.” These directives allow you to suppress compilation of parts of a source file by testing a constant expression or identifier to determine which text blocks are passed on to the compiler and which text blocks are removed from the source file during preprocessing.