contrib/python-zstandard/zstd/common/mem.h
changeset 30895 c32454d69b85
parent 30822 b54a2984cdd4
child 37495 b1fb341d8a61
--- a/contrib/python-zstandard/zstd/common/mem.h	Thu Feb 09 21:44:32 2017 -0500
+++ b/contrib/python-zstandard/zstd/common/mem.h	Tue Feb 07 23:24:47 2017 -0800
@@ -39,7 +39,7 @@
 #endif
 
 /* code only tested on 32 and 64 bits systems */
-#define MEM_STATIC_ASSERT(c)   { enum { XXH_static_assert = 1/(int)(!!(c)) }; }
+#define MEM_STATIC_ASSERT(c)   { enum { MEM_static_assert = 1/(int)(!!(c)) }; }
 MEM_STATIC void MEM_check(void) { MEM_STATIC_ASSERT((sizeof(size_t)==4) || (sizeof(size_t)==8)); }