Replace inline with JSON_INLINE in json_object_iter_set() declaration
This commit is contained in:
parent
f71eb7fe17
commit
94182a5acc
@ -106,7 +106,7 @@ int json_object_set_nocheck(json_t *object, const char *key, json_t *value)
|
|||||||
return json_object_set_new_nocheck(object, key, json_incref(value));
|
return json_object_set_new_nocheck(object, key, json_incref(value));
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline
|
static JSON_INLINE
|
||||||
int json_object_iter_set(json_t *object, void *iter, json_t *value)
|
int json_object_iter_set(json_t *object, void *iter, json_t *value)
|
||||||
{
|
{
|
||||||
return json_object_iter_set_new(object, iter, json_incref(value));
|
return json_object_iter_set_new(object, iter, json_incref(value));
|
||||||
|
Loading…
Reference in New Issue
Block a user