mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-29 02:31:05 +00:00
Wrong revert!
Revert "Revert "conditional check for PPC/x86" temporarily to make better pull request."
This reverts commit dd8d39889c
.
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…
Reference in New Issue
Block a user