#include "fse_static.h"
+#ifndef MEM_ACCESS_MODULE
+#define MEM_ACCESS_MODULE
/****************************************************************
* Basic Types
*****************************************************************/
typedef signed long long S64;
#endif
+#endif /* MEM_ACCESS_MODULE */
/****************************************************************
* Memory I/O
#include <stdio.h> /* debug : printf */
#include "zstd_static.h"
#if defined(__clang__) || defined(__GNUC__)
-# ifdef __clang__
-# pragma clang diagnostic ignored "-Wtypedef-redefinition"
-# endif
# include "fse.c" /* due to GCC/Clang inlining limitations, including *.c runs noticeably faster */
#else
# include "fse_static.h"
#endif
+#ifndef MEM_ACCESS_MODULE
+#define MEM_ACCESS_MODULE
/********************************************************
* Basic Types
*********************************************************/
typedef unsigned long long U64;
#endif
+#endif /* MEM_ACCESS_MODULE */
+
/********************************************************
* Constants