diff --git a/include/stdint.h b/include/stdint.h index 02ade3e4..5cf9d319 100644 --- a/include/stdint.h +++ b/include/stdint.h @@ -55,10 +55,8 @@ typedef unsigned short uint16_t; typedef short int16_t; typedef unsigned uint32_t; typedef int int32_t; -#if __SIZEOF_LONG_LONG__ == 8 typedef unsigned long long uint64_t; typedef long long int64_t; -#endif // __SIZEOF_LONG_LONG__ == 8 typedef int intmax_t; typedef unsigned uintmax_t;