diff options
author | dota17 <chenguopingdota@163.com> | 2020-02-26 20:54:36 +0800 |
---|---|---|
committer | dota17 <chenguopingdota@163.com> | 2020-02-27 10:26:27 +0800 |
commit | c816de212bd43f07b6d78a43e9058cce6ef3655e (patch) | |
tree | a76a2572f2fb342725d7627f84cb5652f29124ac /json_util.c | |
parent | 3c3b5920f77c751471cd46b92f9d3f5aa6ff2557 (diff) | |
download | json-c-c816de212bd43f07b6d78a43e9058cce6ef3655e.tar.gz |
modify the json_object, replace c_int64/c_uint64 with struct{union{int64, uint64},...}
Diffstat (limited to 'json_util.c')
-rw-r--r-- | json_util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/json_util.c b/json_util.c index 8902d31..1c1fa46 100644 --- a/json_util.c +++ b/json_util.c @@ -266,7 +266,6 @@ static const char* json_type_name[] = { "boolean", "double", "int", - "uint", "object", "array", "string", |