Merge pull request #496 from jl777/dev

Undefine cJSON bools
This commit is contained in:
jl777
2017-10-24 13:26:13 +03:00
committed by GitHub

View File

@@ -43,8 +43,8 @@
#include "cJSON.h"
/* define our own boolean type */
#define true ((cJSON_bool)1)
#define false ((cJSON_bool)0)
//#define true ((cJSON_bool)1)
//#define false ((cJSON_bool)0)
typedef struct {
const unsigned char *json;