Compare size_t values with ULL

This commit is contained in:
Frank Denis
2015-02-16 09:01:36 +01:00
parent 90447b0283
commit a2a72d3472
@@ -32,7 +32,7 @@
#include <stdint.h>
#if SIZE_MAX > 0xffffffffUL
#if SIZE_MAX > 0xffffffffULL
# define ARCH_BITS 64
#else
# define ARCH_BITS 32