From dd8d39889cbbc6254eacce21800d6e98e730277b Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Sat, 16 Dec 2017 18:41:27 +0100 Subject: [PATCH] Revert "conditional check for PPC/x86" temporarily to make better pull request. This reverts commit 991d9c72a8439716acaec4440805d21d3670b58f. --- modules/woff2/src/port.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/woff2/src/port.h b/modules/woff2/src/port.h index 4e3a87270..fcecbe775 100644 --- a/modules/woff2/src/port.h +++ b/modules/woff2/src/port.h @@ -72,10 +72,8 @@ inline int Log2Floor(uint32 n) { #endif /* endianness */ #endif /* CPU whitelist */ -#if !defined(__i386) && !defined(__x86_64__) #ifndef WOFF_BIG_ENDIAN #error unexpected endianness #endif -#endif /* !defined(__i386) && !defined(__x86_64__) */ #endif // WOFF2_PORT_H_