]> git.ipfire.org Git - thirdparty/zstd.git/commit
Improve macro guards for ZSTD_assertValidSequence
authorNick Terrell <terrelln@fb.com>
Fri, 22 Sep 2023 18:51:15 +0000 (11:51 -0700)
committerNick Terrell <nickrterrell@gmail.com>
Fri, 22 Sep 2023 20:36:14 +0000 (16:36 -0400)
commitcdceb0fce59785c841bf697e00067163106064e1
tree4980b5d97776d0afc2eb5f1a8abfaa6a4c666df5
parent1c007e64b85248b989aa7a9bea50897aae8fdb41
Improve macro guards for ZSTD_assertValidSequence

Refine the macro guards to define the functions exactly when they are
needed.

This fixes the chromium build with zstd.

Thanks to @GregTho for reporting!
lib/decompress/zstd_decompress_block.c