mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 00:20:50 +00:00
Ehm... sorry if we don't support PDP endianess
This commit is contained in:
parent
e12cb14308
commit
48e4621590
@ -103,8 +103,7 @@
|
||||
#endif
|
||||
|
||||
#if !defined(BYTE_ORDER) || \
|
||||
(BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN && \
|
||||
BYTE_ORDER != PDP_ENDIAN)
|
||||
(BYTE_ORDER != BIG_ENDIAN && BYTE_ORDER != LITTLE_ENDIAN)
|
||||
/* you must determine what the correct bit order is for
|
||||
* your compiler - the next line is an intentional error
|
||||
* which will force your compiles to bomb until you fix
|
||||
|
Loading…
x
Reference in New Issue
Block a user