]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: CRC: Simplify table omission macros
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 10 Apr 2024 20:20:02 +0000 (23:20 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 10 Apr 2024 20:33:17 +0000 (23:33 +0300)
commit6286c1900c2d2ca33d9b1b397122c7bcdb9a4d59
tree26922ba2e649fd147c11b34c1de4929303aec7e5
parent45da936c879acf4f053a3055665bf1b10ded4462
liblzma: CRC: Simplify table omission macros

A macro is useful to prevent a single #if directive from
getting too ugly but only one macro is needed for all archs.
src/liblzma/check/crc32_table.c
src/liblzma/check/crc64_table.c
src/liblzma/check/crc_common.h