mirror of
https://github.com/json-c/json-c.git
synced 2026-03-25 07:59:07 +08:00
Add long long 64-bit check
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
#include "strdup_compat.h"
|
||||
#include "snprintf_compat.h"
|
||||
|
||||
#if SIZEOF_LONG_LONG != SIZEOF_INT64_T
|
||||
#error "The long long type isn't 64-bits"
|
||||
#endif
|
||||
|
||||
// Don't define this. It's not thread-safe.
|
||||
/* #define REFCOUNT_DEBUG 1 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user