On 19 Feb 2015 23:31, Jiri Gaisler wrote: > +#if WITH_HOST_BYTE_ORDER==BIG_ENDIAN needs spaces around the == > +#define HOST_BIG_ENDIAN > +#else > +#define HOST_LITTLE_ENDIAN > +#endif i prefer to use the existing defines, but i guess you've got a lot of code in here already using these, so not worth the shuffle at this time -mike