This commit is contained in:
Joseph Henry 2025-03-04 10:25:06 -08:00 committed by GitHub
parent 269c8d415a
commit 05b60bd818
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@
#if UINTPTR_MAX == 0xffFFffFF
// 32-bit
typedef uint32_tmetric_size;
typedef uint32_t metric_size;
#elif UINTPTR_MAX == 0xffFFffFFffFFffFF
// 64-bit
typedef uint64_t metric_size;