Searched defs:LZ4_STATIC_ASSERT (Results 1 – 2 of 2) sorted by relevance
287 #define LZ4_STATIC_ASSERT(c) { enum { LZ4_static_assert = 1/(int)(!!(c)) }; } /* use only *aft… macro
277 #define LZ4_STATIC_ASSERT(c) { enum { LZ4_static_assert = 1/(int)(!!(c)) }; } /* use after vari… macro