separate DDict logic into its own module

created zstd_ddict.c within lib/decompress
This commit is contained in:
Yann Collet
2018-10-23 17:25:49 -07:00
parent ca46afd72b
commit ccd2d426fc
18 changed files with 438 additions and 306 deletions
+3
View File
@@ -41,6 +41,9 @@ extern "C" {
/* ---- static assert (debug) --- */
#define ZSTD_STATIC_ASSERT(c) DEBUG_STATIC_ASSERT(c)
#define ZSTD_isError ERR_isError /* for inlining */
#define FSE_isError ERR_isError
#define HUF_isError ERR_isError
/*-*************************************