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

Alan Coopersmith alan.coopersmith at oracle.com
Fri Oct 11 09:26:30 PDT 2013


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.

-- 
	-Alan Coopersmith-              alan.coopersmith at oracle.com
	 Oracle Solaris Engineering - http://blogs.oracle.com/alanc


More information about the xorg-devel mailing list