diff options
Diffstat (limited to 'stdlib/stdint.h')
-rw-r--r-- | stdlib/stdint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/stdint.h b/stdlib/stdint.h index 1ad538fc48..af580f2ee7 100644 --- a/stdlib/stdint.h +++ b/stdlib/stdint.h @@ -273,7 +273,7 @@ typedef __uintmax_t uintmax_t; # define UINTMAX_C(c) c ## ULL # endif -#if __GLIBC_USE (IEC_60559_BFP_EXT) +#if __GLIBC_USE (IEC_60559_BFP_EXT_C2X) # define INT8_WIDTH 8 # define UINT8_WIDTH 8 |