rollbuffer refactor

This commit is contained in:
Yann Collet
2015-11-23 13:34:21 +01:00
parent d7233d6e14
commit 5054ee0cc0
3 changed files with 101 additions and 120 deletions
+1
View File
@@ -68,6 +68,7 @@ extern "C" {
#define ERROR_LIST(ITEM) \
ITEM(PREFIX(No_Error)) ITEM(PREFIX(GENERIC)) \
ITEM(PREFIX(mode_unsupported)) \
ITEM(PREFIX(memory_allocation)) \
ITEM(PREFIX(dstSize_tooSmall)) ITEM(PREFIX(srcSize_wrong)) \
ITEM(PREFIX(prefix_unknown)) ITEM(PREFIX(corruption_detected)) \