Merge pull request #2208 from Lotterleben/cbor_add_define_parentheses
add parentheses to ENABLE_DEBUG in CBOR_NO_PRINT
This commit is contained in:
commit
2feb6423a7
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
/* Automatically enable/disable ENABLE_DEBUG based on CBOR_NO_PRINT */
|
/* Automatically enable/disable ENABLE_DEBUG based on CBOR_NO_PRINT */
|
||||||
#ifndef CBOR_NO_PRINT
|
#ifndef CBOR_NO_PRINT
|
||||||
#define ENABLE_DEBUG 1
|
#define ENABLE_DEBUG (1)
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user