modified error system, following suggestions by @nemequ

This commit is contained in:
Yann Collet
2016-01-21 15:38:47 +01:00
parent 74ce8e812c
commit 977f1f3600
8 changed files with 117 additions and 38 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ extern "C" {
* Includes
***************************************/
#include "mem.h"
#include "error.h"
#include "error_private.h"
/* *************************************