[linux-kernel] Move ZSTD_STATIC_ASSERT to zstd_internal.h
This commit is contained in:
@@ -50,6 +50,10 @@
|
||||
if (ERR_isError(errcod)) \
|
||||
return ERROR(e); \
|
||||
} /* check and send Error code */
|
||||
#define ZSTD_STATIC_ASSERT(c) \
|
||||
{ \
|
||||
enum { ZSTD_static_assert = 1 / (int)(!!(c)) }; \
|
||||
}
|
||||
|
||||
/*-*************************************
|
||||
* Common constants
|
||||
|
||||
Reference in New Issue
Block a user