Skip to content

Commit

Permalink
lets try this
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Feb 13, 2024
1 parent 15a2534 commit 292bc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/aws/common/math.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
AWS_PUSH_SANE_WARNING_LEVEL

/* The number of bits in a size_t variable */
#if SIZE_MAX == UINT32_MAX
#if UINTPTR_MAX == UINT32_MAX
# define SIZE_BITS 32
#elif SIZE_MAX == UINT64_MAX
#elif UINTPTR_MAX == UINT64_MAX
# define SIZE_BITS 64
#else
# error "Target not supported"
Expand Down

0 comments on commit 292bc2b

Please sign in to comment.