Remove CHECK_E Macro
parent
03e040a966
commit
2179ce00e1
|
@ -54,8 +54,6 @@ extern "C" {
|
||||||
#define MIN(a,b) ((a)<(b) ? (a) : (b))
|
#define MIN(a,b) ((a)<(b) ? (a) : (b))
|
||||||
#define MAX(a,b) ((a)>(b) ? (a) : (b))
|
#define MAX(a,b) ((a)>(b) ? (a) : (b))
|
||||||
|
|
||||||
#define CHECK_E(f, e) { size_t const errcod = f; if (ERR_isError(errcod)) return ERROR(e); } /* check and send Error code */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the specified error if the condition evaluates to true.
|
* Return the specified error if the condition evaluates to true.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue