Garrett Wollman wrote:
> `#if __GNUC__' wouldn't help matters; every preprocessor has to read
> and interpret every preprocessor directive (so that `#else' and
> `#endif' can be recognized).

I thought that the other discussion had concluded that:

        #if 0
        ...
        #else

Or:

        #if 0
        ...
        #endif

Should ignore everything *except* "#else" or "#elif" or "#endif"?

I remember when GCC used to start "nethack" any time you used a
"#pragma" in an unprotected block, but not otherwise... ;^).

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to