]> Git Repo - VerusCoin.git/commitdiff
Undefine cJSON bools
authorjl777 <[email protected]>
Tue, 24 Oct 2017 10:24:02 +0000 (13:24 +0300)
committerjl777 <[email protected]>
Tue, 24 Oct 2017 10:24:02 +0000 (13:24 +0300)
src/cJSON.c

index 5b58f2ffc6b60cb12a03bbeb8fa589039bdedbe8..b67ca698df2196ff874e2ff6e5a8a94874beeed2 100644 (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;
This page took 0.024188 seconds and 4 git commands to generate.