This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
add the json_types.h to Makefile.am
pull/566/head
dota17
5 years ago
parent
19bbf2c069
commit
96a57084fa
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile.am
+0
-2
vasprintf_compat.h
+ 1
- 0
Makefile.am
View File
@@ -29,6 +29,7 @@ libjson_cinclude_HEADERS = \
json_object_iterator.h \
json_pointer.h \
json_tokener.h \
json_types.h \
json_util.h \
json_visit.h \
linkhash.h \
+ 0
- 2
vasprintf_compat.h
View File
@@ -8,8 +8,6 @@
#include "snprintf_compat.h"
#include <malloc.h>
#if !defined(HAVE_VASPRINTF)
/* CAW: compliant version of vasprintf */
static int vasprintf(char **buf, const char *fmt, va_list ap)
Write
Preview
Loading…
Cancel
Save