Mike Barcroft <[EMAIL PROTECTED]> writes:
> Sort of.  The way it historically built was by taking advantage of the
> fact that C allows multiple #define's if they are the same.  My commit
> changed the definition of BYTE_ORDER to _BYTE_ORDER instead of
> LITTLE_ENDIAN or BIG_ENDIAN.

Just a little correction.  The problem is my commit changed the
definition of BIG_ENDIAN from 4321 to _BIG_ENDIAN (which is defined as
4321).  Similarly for LITTLE_ENDIAN.  The BYTE_ORDER macro isn't
touched in defs.h.

Best regards,
Mike Barcroft

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to