mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
liblzma: Wrap a line exceeding 80 chars.
This commit is contained in:
parent
e9053c9072
commit
843ddc5f61
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@
|
||||||
// The default can be overridden at build time by defining
|
// The default can be overridden at build time by defining
|
||||||
// LZMA_RANGE_DECODER_CONFIG to the desired mask.
|
// LZMA_RANGE_DECODER_CONFIG to the desired mask.
|
||||||
#ifndef LZMA_RANGE_DECODER_CONFIG
|
#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
|
# define LZMA_RANGE_DECODER_CONFIG 0x1F0
|
||||||
# else
|
# else
|
||||||
# define LZMA_RANGE_DECODER_CONFIG 0x03
|
# define LZMA_RANGE_DECODER_CONFIG 0x03
|
||||||
|
|
Loading…
Reference in a new issue