liblzma: Wrap a line exceeding 80 chars.

This commit is contained in:
Lasse Collin 2024-02-17 15:48:28 +02:00
parent e9053c9072
commit 843ddc5f61
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@
// The default can be overridden at build time by defining
// LZMA_RANGE_DECODER_CONFIG to the desired mask.
#ifndef LZMA_RANGE_DECODER_CONFIG
# if defined(__x86_64__) && !defined(__ILP32__) && (defined(__GNUC__) || defined(__clang__))
# if defined(__x86_64__) && !defined(__ILP32__) \
&& (defined(__GNUC__) || defined(__clang__))
# define LZMA_RANGE_DECODER_CONFIG 0x1F0
# else
# define LZMA_RANGE_DECODER_CONFIG 0x03