[PATCH] Fix hw/xfree86/common/compiler.h for mips64
YunQiang Su
wzssyqa at gmail.com
Fri Oct 11 22:26:03 PDT 2013
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
>
> --
> -Alan Coopersmith- alan.coopersmith at oracle.com
> Oracle Solaris Engineering - http://blogs.oracle.com/alanc
--
YunQiang Su
More information about the xorg-devel
mailing list