Conditional compilation inside asm and enum declarations

Bill Baxter wbaxter at gmail.com
Tue Jul 14 07:12:05 PDT 2009


On Mon, Jul 13, 2009 at 10:05 PM, Walter
Bright<newshound1 at digitalmars.com> wrote:
> Julian Salazar wrote:
> It's been rehashed here several times (not to rag on you, just to point out
> that it isn't something that's been overlooked). To sum up, I've worked a
> lot with both styles - #ifdef, and separating dependencies into independent
> modules. The latter works a lot better. I know it's hard to believe if
> you're used to the #ifdef style. I've been doing some work to remove
> #ifdef's from the dmd compiler source, and the results so far have been very
> satisfactory.

But from where I sit it looked like Walter didn't really convince
anyone.  To me this seems like a point where D is overly patronizing,
to use the phrase from a recent post.

--bb



More information about the Digitalmars-d mailing list