diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-10-31 21:41:09 +0200 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-11-01 20:22:15 +0800 |
commit | d90ed84db9770712e2421e170076b43bda9b64a7 (patch) | |
tree | 77ca5125e888759a7242e0fa0b4ff0e93b523ff3 /src/liblzma/common/index_encoder.c | |
parent | Build: Fix text wrapping in an output message. (diff) | |
download | xz-d90ed84db9770712e2421e170076b43bda9b64a7.tar.xz |
liblzma: Fix compilation of fastpos_tablegen.c.
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.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions