mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
* use # if defined ... rather than # if ... to avoid warning when build on ppc64 (BE) * replace test of _LITTLE_ENDIAN by __BIG_ENDIAN__ gcc predefined macro, to keep default as little endian. This is a correction of previous commit#77d6f608 pr#199 Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>