Merged fse_static into fse.h . Now requires FSE_STATIC_LINKING_ONLY macro.

This commit is contained in:
Yann Collet
2016-06-05 00:58:01 +02:00
parent 130fe11394
commit d0e2cd15cb
9 changed files with 364 additions and 402 deletions
+2 -1
View File
@@ -58,7 +58,8 @@
#include <string.h> /* memcpy, memset */
#include <stdio.h> /* printf (debug) */
#include "bitstream.h"
#include "fse_static.h"
#define FSE_STATIC_LINKING_ONLY
#include "fse.h"
/* **************************************************************