]> git.saurik.com Git - redis.git/blobdiff - src/config.h
Update target encoding for sorted set from rdb
[redis.git] / src / config.h
index 07700bed6e82344b940aa74c6d1de4481a26b4cb..d98067c1f035df7ba72b6b153a0debb668495d82 100644 (file)
 #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