mirror of
https://github.com/json-c/json-c.git
synced 2026-04-04 21:09:06 +08:00
Remove single quote from #error line. Fixes issue #761
This commit is contained in:
@@ -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 is not 64-bits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SSIZE_T_MAX
|
#ifndef SSIZE_T_MAX
|
||||||
|
|||||||
Reference in New Issue
Block a user