Skip to content

Commit

Permalink
Fix #698
Browse files Browse the repository at this point in the history
  • Loading branch information
eustas authored Oct 19, 2018
1 parent a799e34 commit a1e4497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/common/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ To apply compiler hint, enclose the branching condition into macros, like this:
*/
#if BROTLI_GNUC_HAS_BUILTIN(__builtin_expect, 3, 0, 0) || \
BROTLI_INTEL_VERSION_CHECK(16, 0, 0) || \
BROTLI_SUNPRO_VERSION_CHECK(5, 12, 0) || \
BROTLI_SUNPRO_VERSION_CHECK(5, 15, 0) || \
BROTLI_ARM_VERSION_CHECK(4, 1, 0) || \
BROTLI_IBM_VERSION_CHECK(10, 1, 0) || \
BROTLI_TI_VERSION_CHECK(7, 3, 0) || \
Expand Down

0 comments on commit a1e4497

Please sign in to comment.