"Mark D. Anderson" wrote:
> > This may not work.
> >...
> > Some of those compilers
> > would NOT let you '#ifdef' out the version that it did not recognize
> > (perhaps thinking that '#warn' or '#warning' might be some gross typo
> > for '#else' or '#endif', I guess...).
>
> this is true; some compilers seem to require that #ifdef'd out code
> be syntactically correct.
This can be handled by using an external preprocessor, before
handing the code to the compiler.
>From my recollection, the only thing a preprocessor is required
to pass through is #pragma directives.
-- Terry
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message