Browse Source
Merge pull request #760 from BonsaiYi/error
Code style: removed unneeded double-quotes
tags/json-c-0.16-20220414
Eric Hawicz
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
json_object.c
|
@@ -38,7 +38,7 @@ |
|
|
#define is_plain_digit(c) ((c) >= '0' && (c) <= '9') |
|
|
#define is_plain_digit(c) ((c) >= '0' && (c) <= '9') |
|
|
|
|
|
|
|
|
#if SIZEOF_LONG_LONG != SIZEOF_INT64_T |
|
|
#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 |
|
|
#endif |
|
|
|
|
|
|
|
|
#ifndef SSIZE_T_MAX |
|
|
#ifndef SSIZE_T_MAX |
|
|