Update numbers.h

Removed _ARCH_PPC64 from #if clause
This commit is contained in:
GAlvare 2025-07-07 12:51:00 -05:00 committed by GitHub
parent f32e8a48d2
commit f971f14021
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ typedef __uint128_t uint128_t;
# endif # endif
/* Fix for cross compiling 64-bit PowerPC on OS X 10.4 */ /* Fix for cross compiling 64-bit PowerPC on OS X 10.4 */
# if defined(__APPLE__) && defined(_ARCH_PPC64) && _ARCH_PPC64 # if defined(__APPLE__) && defined(_ARCH_PPC64)
# ifdef SIZE_MAX # ifdef SIZE_MAX
# undef SIZE_MAX # undef SIZE_MAX
# endif # endif