Skip to content
Snippets Groups Projects
Commit 0bd393e1bc86 authored by Lasse Collin's avatar Lasse Collin
Browse files

liblzma: Avoid multiple definitions of lzma_coder structures.

Only one definition was visible in a translation unit.
It avoided a few casts and temp variables but seems that
this hack doesn't work with link-time optimizations in compilers
as it's not C99/C11 compliant.

Fixes:
http://www.mail-archive.com/xz-devel@tukaani.org/msg00279.html
parent 386dd4162bb8
No related branches found
No related tags found
No related merge requests found
Showing
with 400 additions and 307 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment