Merge branch '2.4'

This commit is contained in:
Petri Lehtinen 2013-01-03 10:46:46 +02:00
commit 40c2e532b9

View File

@ -47,7 +47,7 @@ typedef enum {
JSON_NULL
} json_type;
typedef struct {
typedef struct json_t {
json_type type;
size_t refcount;
} json_t;