mirror of
https://github.com/facebook/zstd.git
synced 2025-10-09 00:05:28 -04:00
Merge branch 'dev' into decTest
This commit is contained in:
commit
64102f08da
@ -9,6 +9,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -45,8 +45,12 @@
|
|||||||
*
|
*
|
||||||
* Note: It's important that none of these affects 'zstd.h' (only the
|
* Note: It's important that none of these affects 'zstd.h' (only the
|
||||||
* implementation files we're amalgamating).
|
* implementation files we're amalgamating).
|
||||||
|
*
|
||||||
|
* Note: MEM_MODULE stops xxhash redefining BYTE, U16, etc., which are also
|
||||||
|
* defined in mem.h (breaking C99 compatibility).
|
||||||
*/
|
*/
|
||||||
#define DEBUGLEVEL 0
|
#define DEBUGLEVEL 0
|
||||||
|
#define MEM_MODULE
|
||||||
#define XXH_NAMESPACE ZSTD_
|
#define XXH_NAMESPACE ZSTD_
|
||||||
#define XXH_PRIVATE_API
|
#define XXH_PRIVATE_API
|
||||||
#define XXH_INLINE_ALL
|
#define XXH_INLINE_ALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user