Error functions moved to common/zstd_common.c

This commit is contained in:
inikep
2016-04-22 17:14:25 +02:00
parent d6be2751a8
commit a1febea01d
10 changed files with 101 additions and 36 deletions
-2
View File
@@ -71,8 +71,6 @@
/* **************************************************************
* Error Management
****************************************************************/
unsigned HUF_isError(size_t code) { return ERR_isError(code); }
const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); }
#define HUF_STATIC_ASSERT(c) { enum { HUF_static_assert = 1/(int)(!!(c)) }; } /* use only *after* variable declarations */