diff options
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/rangecoder/price.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liblzma/rangecoder/price.h b/src/liblzma/rangecoder/price.h index 8ae02ca7..45dbbbb2 100644 --- a/src/liblzma/rangecoder/price.h +++ b/src/liblzma/rangecoder/price.h @@ -22,6 +22,7 @@ /// Lookup table for the inline functions defined in this file. +lzma_attr_visibility_hidden extern const uint8_t lzma_rc_prices[RC_PRICE_TABLE_SIZE]; |