mirror of
https://github.com/json-c/json-c.git
synced 2026-04-02 11:59:07 +08:00
json_object_private: Use unsigned 32-bit integer type for refcount
This commit is contained in:
@@ -29,7 +29,7 @@ struct json_object
|
||||
enum json_type o_type;
|
||||
json_object_private_delete_fn *_delete;
|
||||
json_object_to_json_string_fn *_to_json_string;
|
||||
int _ref_count;
|
||||
uint_fast32_t _ref_count;
|
||||
struct printbuf *_pb;
|
||||
union data {
|
||||
json_bool c_boolean;
|
||||
|
||||
Reference in New Issue
Block a user