[cfe-commits] r67378 - /cfe/trunk/lib/Basic/Targets.cpp

Eli Friedman eli.friedman at gmail.com
Fri Mar 20 22:44:29 PDT 2009


On Fri, Mar 20, 2009 at 10:28 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Mar 20, 2009, at 3:31 PM, Eli Friedman wrote:
>
>> On Fri, Mar 20, 2009 at 9:06 AM, Chris Lattner <sabre at nondot.org> wrote:
>>>
>>> -    Define(Defines, "__WIN32__");
>>> -    Define(Defines, "__WIN32");
>>>    Define(Defines, "_WIN32");
>>> -    Define(Defines, "WIN32");
>>> -    Define(Defines, "__WINNT__");
>>> -    Define(Defines, "__WINNT");
>>> -    Define(Defines, "WINNT");
>>> +    DefineStd(Defines, "WIN32", Opts);
>>> +    DefineStd(Defines, "WINNT", Opts);
>>
>> You're removing the definition of _WIN32; was that intentional?
>
> I'm pretty sure it's still there.  It's the line without the -.

Oh, oops, I wasn't reading carefully enough.

-Eli




More information about the cfe-commits mailing list