mirror of
https://git.tukaani.org/xz.git
synced 2025-02-21 07:58:27 +00:00
When the generic fast crc64 method is used, then we omit lzma_crc64_table[][]. The C standards don't allow an empty translation unit which can be avoided by declaring something, without exporting any symbols.