[Mesa-dev] [PATCH 1/3] mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h.

Jose Fonseca jfonseca at vmware.com
Mon Feb 23 11:59:42 PST 2015


On 23/02/15 16:12, Emil Velikov wrote:
> On 23/02/15 07:05, Eric Anholt wrote:
>> Matt Turner <mattst88 at gmail.com> writes:
>>
>>> ---
>>> This series is attempting to make some progress towards moving u_math.h
>>> to src/util.
>>
>> Hmm, looks like for other headers we've got include/c99/whatever.h that
>> includes the system version and fixes it up.  I think it should probably
>> go there, instead.
>>
> I may be mistaking but I think that those headers are used when the
> compiler lacks them, rather than wrapping around the system ones.

That's right.  The include/c99/*.h aren't used from MSVC 2013 onwards.

Jose



More information about the mesa-dev mailing list