Ehm... sorry if we don't support PDP endianess

This commit is contained in:
antirez 2011-03-09 16:33:09 +01:00
parent e12cb14308
commit 48e4621590

View File

@ -103,8 +103,7 @@
#endif #endif
#if !defined(BYTE_ORDER) || \ #if !defined(BYTE_ORDER) || \
(BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN && \ (BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN)
BYTE_ORDER != PDP_ENDIAN)
/* you must determine what the correct bit order is for /* you must determine what the correct bit order is for
* your compiler - the next line is an intentional error * your compiler - the next line is an intentional error
* which will force your compiles to bomb until you fix * which will force your compiles to bomb until you fix