From: Joel VanderWerf Date: 2003-01-24T04:26:12+09:00 Subject: Re: emulating C preprocessor's #if Berger, Daniel wrote: > There are some drawbacks. If your code is very similar, you'll be doing a > lot of copy/paste, and if you make a minor change in one platform, you have That's what I was trying to avoid... But I think I will treat this #if approach as a prototyping strategy, and eventually (as the code matures) only use it at the level of entire method definitions (as Yuri suggested), rather than within individual methods.