diff --git a/json_object.h b/json_object.h index 758efa6..4b7a246 100644 --- a/json_object.h +++ b/json_object.h @@ -30,7 +30,7 @@ #ifdef __GNUC__ #define JSON_C_CONST_FUNCTION(func) func __attribute__((const)) #else -#define CONST_FUNCTION(func) func +#define JSON_C_CONST_FUNCTION(func) func #endif #if defined(_MSC_VER)