[PATCH] Fix hw/xfree86/common/compiler.h for mips64

YunQiang Su wzssyqa at gmail.com
Sat Oct 12 00:59:43 PDT 2013


On Sat, Oct 12, 2013 at 1:26 PM, YunQiang Su <wzssyqa at gmail.com> wrote:
> On Sat, Oct 12, 2013 at 12:26 AM, Alan Coopersmith
> <alan.coopersmith at oracle.com> wrote:
>> On 10/11/13 01:12 AM, YunQiang Su wrote:
>>>
>>> -#elif defined(__mips__) || (defined(__arm32__) && !defined(__linux__))
>>> +#elif (defined(__mips__) || (defined(__arm32__) && !defined(__linux__))
>>
>>
>> Why did you add the ( to that line? It seems both unnecessary and like
>> it would break the ( ) balancing, and thus fail to compile.
> Sorry, it was a typo
I have sent a new version of patch
>>
>> --
>>         -Alan Coopersmith-              alan.coopersmith at oracle.com
>>          Oracle Solaris Engineering - http://blogs.oracle.com/alanc
>
>
>
> --
> YunQiang Su



-- 
YunQiang Su


More information about the xorg-devel mailing list