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
Code style removed unneeded double-quotes
this way, it complies with the other #error usages
tags/json-c-0.16-20220414
BonsaY
3 years ago
parent
79459b2de2
commit
716978f20d
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.c
+ 1
- 1
json_object.c
View File
@@ -38,7 +38,7 @@
#define is_plain_digit(c) ((c) >= '0' && (c) <= '9')
#if SIZEOF_LONG_LONG != SIZEOF_INT64_T
#error
"
The long long type isn't 64-bits
"
#error The long long type isn't 64-bits
#endif
#ifndef SSIZE_T_MAX
Write
Preview
Loading…
Cancel
Save