zstd/lib/decompress
Yann Collet f97ca36eab strengthened conditions for using workplace into fse table space
ensure that the structure layout is as expected.
will trigger an error if it changes in the future.

Another solution would be to use a union,
this would be cleaner and get rid of these static asserts.

However, in order to keep the current code unmodified,
it would be necessary to use an un-named unions.
And apparently, un-named unions are only possible on "recent" compilers (C99+).
2018-09-06 17:54:13 -07:00
..
huf_decompress.c reduced DDict size, by -2KB 2018-09-06 17:07:53 -07:00
zstd_decompress.c strengthened conditions for using workplace into fse table space 2018-09-06 17:54:13 -07:00