don't assume non-Intel CodeWarrior BigEndian anymore

This commit is contained in:
toddouska 2012-08-23 17:05:58 -07:00
parent 2db5d29893
commit 0534d44c9e

View File

@ -30,7 +30,7 @@
#endif
#if defined(WORDS_BIGENDIAN) || (defined(__MWERKS__) && !defined(__INTEL__))
#if defined(WORDS_BIGENDIAN)
#define BIG_ENDIAN_ORDER
#endif