On 05/21/14 12:31 PM, Adam Jackson wrote:
+#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__

+#elif __BYTE_ORDER == __ORDER_BIG_ENDIAN__

Did you intend to have the trailing __ on the first BYTE_ORDER but not
the second?

It'd be nice if we could use autoconf settings from configure.ac, but
I don't see where the ENDIAN variable set by AC_C_BIGENDIAN() gets
used for anything at the moment.   Short of that, I think I'll have
to see what's needed to handle the Solaris Studio compilers.

--
        -Alan Coopersmith-              alan.coopersm...@oracle.com
         Oracle Solaris Engineering - http://blogs.oracle.com/alanc
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to