ILE C/C++ Compiler Reference

#else

If the condition specified in the if, ifdef, or ifndef directive evaluates to 0, and the conditional compilation directive contains an else directive, the source text located between the else and the endif directives is selected by the preprocessor to be passed on to the compiler.

The else directive has the form:

            .----------------.
            V                |
>>-#--else----token_sequence-+---------------------------------><
 
 


[ Top of Page | Previous Page | Next Page | Table of Contents ]