mirror of
https://github.com/facebook/zstd.git
synced 2025-12-03 00:03:20 -05: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`).