From 48e46215909d5161db838a596bb3ec334c86c6d7 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 9 Mar 2011 16:33:09 +0100 Subject: [PATCH] Ehm... sorry if we don't support PDP endianess --- src/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config.h b/src/config.h index 07700bed..d98067c1 100644 --- a/src/config.h +++ b/src/config.h @@ -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 -- 2.45.2