.h to .d advice needed

nobody nobody at mailinator.com
Mon Aug 7 01:35:47 PDT 2006


nobody wrote:

Horrible typo. Instead of

>   #DEFINE FOO_baz 0x10
...
> becomes
...
>   const int __fOo_bAz = 0x10;

I meant

    #DEFINE __FOO_baz 0x10

becomes

    const int __FOO_baz = 0x10;

Sorry!



More information about the Digitalmars-d-learn mailing list