]> 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, 22 May 2024 11:26:03 +0000 (14:26 +0300)
commit5d20a612051fac3ca6d99abe3cd7e0e3370e5b67
treef3035d0733907e45c5229a26053b0ae2b12cc537
parent2a80827e23169c624560ac89714bf5084cbead43
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.

(cherry picked from commit 6286c1900c2d2ca33d9b1b397122c7bcdb9a4d59)
src/liblzma/check/crc32_table.c
src/liblzma/check/crc64_table.c
src/liblzma/check/crc_common.h