diff options
Diffstat (limited to 'json_object.c')
-rw-r--r-- | json_object.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/json_object.c b/json_object.c index 01ee0a8..9ffb149 100644 --- a/json_object.c +++ b/json_object.c @@ -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 */ |