mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-16 17:31:17 +00:00
Wrong revert!
Revert "Revert "conditional check for PPC/x86" temporarily to make better pull request." This reverts commit dd8d39889cbbc6254eacce21800d6e98e730277b.
This commit is contained in:
parent
442bbc38c3
commit
3c4213344c
@ -72,8 +72,10 @@ 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_
|
||||
|
Loading…
x
Reference in New Issue
Block a user