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
Fix non-GNUC define for JSON_C_CONST_FUNCTION
tags/json-c-0.14-20200419
Rikard Falkeborn
7 years ago
parent
5b6d62259a
commit
84dcc01da1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
json_object.h
+ 1
- 1
json_object.h
View File
@@ -30,7 +30,7 @@
#ifdef __GNUC__
#define JSON_C_CONST_FUNCTION(func) func __attribute__((const))
#else
#define CONST_FUNCTION(func) func
#define
JSON_C_
CONST_FUNCTION(func) func
#endif
#if defined(_MSC_VER)
Write
Preview
Loading…
Cancel
Save