mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
46007049cd
The macro lzma_attr_visibility_hidden has to be defined to make fastpos.h usable. The visibility attribute is irrelevant to fastpos_tablegen.c so simply #define the macro to an empty value. fastpos_tablegen.c is never built by the included build systems and so the problem wasn't noticed earlier. It's just a standalone program for generating fastpos_table.c. Fixes: https://github.com/tukaani-project/xz/pull/69 Thanks to GitHub user Jamaika1. |
||
---|---|---|
.. | ||
fastpos.h | ||
fastpos_table.c | ||
fastpos_tablegen.c | ||
lzma2_decoder.c | ||
lzma2_decoder.h | ||
lzma2_encoder.c | ||
lzma2_encoder.h | ||
lzma_common.h | ||
lzma_decoder.c | ||
lzma_decoder.h | ||
lzma_encoder.c | ||
lzma_encoder.h | ||
lzma_encoder_optimum_fast.c | ||
lzma_encoder_optimum_normal.c | ||
lzma_encoder_presets.c | ||
lzma_encoder_private.h | ||
Makefile.inc |