]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
zstd_stats.h moved to .debug/ 161/head
authorinikep <inikep@gmail.com>
Tue, 5 Apr 2016 06:52:57 +0000 (08:52 +0200)
committerinikep <inikep@gmail.com>
Tue, 5 Apr 2016 06:52:57 +0000 (08:52 +0200)
lib/.debug/zstd_stats.h [moved from lib/zstd_stats.h with 100% similarity]
lib/zstd_internal.h

similarity index 100%
rename from lib/zstd_stats.h
rename to lib/.debug/zstd_stats.h
index 49edb3109849e3332a18506b90fce5b449b8689e..ce36aad3b0db4a3d397b2336ffcfddca0d35784d 100644 (file)
@@ -193,7 +193,7 @@ typedef struct {
 } ZSTD_optimal_t;
 
 #if ZSTD_OPT_DEBUG == 3
-    #include "zstd_stats.h"
+    #include ".debug/zstd_stats.h"
 #else
     typedef struct { U32  unused; } ZSTD_stats_t;
     MEM_STATIC void ZSTD_statsPrint(ZSTD_stats_t* stats, U32 searchLength) { (void)stats; (void)searchLength; };