]> git.ipfire.org Git - thirdparty/zstd.git/commit
xxhash can be included twice in any order
authorYann Collet <cyan@fb.com>
Wed, 1 Mar 2017 21:29:29 +0000 (13:29 -0800)
committerYann Collet <cyan@fb.com>
Wed, 1 Mar 2017 21:29:29 +0000 (13:29 -0800)
commit76f04940898bf062ad4504d95fe741c0c784cb24
treeb317fa95992d89047e79470b3e469a1cff8eba99
parent4bcc69b7616ea7ec39eab75676905a64b2750bed
xxhash can be included twice in any order

Previously,

followed by :

would fail to include the static definitions,
because the second include was simply skipped by guard macro.

Now it works as intended :
the missing static part is included during the second include.
lib/common/xxhash.h