foreach syntax

Timon Gehr timon.gehr at gmx.ch
Fri Jun 29 11:22:27 PDT 2012


On 06/29/2012 08:18 PM, Namespace wrote:
>> My bad:
>>
>> Replacing the line with the following, together with the other change
>> you made, works:
>>
>> if(token.value == TOKin) nextToken(); else check(TOKsemicolon);
>
> Impressive, thanks a lot, sometimes I'm a bit stupid. :)
>
> Last question: It works fine, but i'm getting now "DMD v2.059 DEBUG" if
> i compile. Do I need a special flag by recompiling?

I don't have a windows system handy, but you could try the following:

make -fwin32.mak release


More information about the Digitalmars-d-learn mailing list