mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-27 20:27:12 +09:00
Compare size_t values with ULL
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#if SIZE_MAX > 0xffffffffUL
|
||||
#if SIZE_MAX > 0xffffffffULL
|
||||
# define ARCH_BITS 64
|
||||
#else
|
||||
# define ARCH_BITS 32
|
||||
|
||||
Reference in New Issue
Block a user