mirror of
https://github.com/facebook/zstd.git
synced 2025-11-08 06:42:18 +03:00
Undefing XXH_* macros allows the `.c` to build standalone without clashes. Removing `xxhash.c` and only including the header is the correct usage (according to `XXH_PRIVATE_API`).