tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Win: Add Unicode support for _tmain and _tWinMain


From: grischka
Subject: Re: [Tinycc-devel] Win: Add Unicode support for _tmain and _tWinMain
Date: Fri, 15 Aug 2014 20:41:45 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

YX Hao wrote:
- "s->unicode_entry" is used (in compilation) before it is set
  (in the link phase).

It passed. Can you explain what do you mean?

I mean it is like

   x = 0;
   if (x == 17)
       do_something();
   if (foo)
       x = 17;

It does ... nothing.

-- gr

Regards,
YX



reply via email to

[Prev in Thread] Current Thread [Next in Thread]