r-lyeh-archived / bundle

:package: Bundle, an embeddable compression library: DEFLATE, LZMA, LZIP, BZIP2, ZPAQ, LZ4, ZSTD, BROTLI, BSC, CSC, BCM, MCM, ZMOLLY, ZLING, TANGELO, SHRINKER, CRUSH, LZJB and SHOCO streams in a ZIP file (C++03)(C++11)
zlib License
610 stars 86 forks source link

fse.c included twice #4

Closed d-led closed 9 years ago

d-led commented 9 years ago

since db556335df672712d69476c710844096970cde15 (last commit :)), when building for clang/gcc, "fse.c" is included twice, causing symbols defined twice

r-lyeh-archived commented 9 years ago

it should be fixed now. plz reopen the issue if problem is still present

d-led commented 9 years ago

thanks, will take a look in the evening!