diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/limits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/limits.h b/include/limits.h index 08bb524..80b5dbb 100644 --- a/include/limits.h +++ b/include/limits.h @@ -142,7 +142,7 @@ /* The integer width macros are not defined by GCC's <limits.h> before GCC 7, or if _GNU_SOURCE rather than __STDC_WANT_IEC_60559_BFP_EXT__ is used to enable this feature. */ -#if __GLIBC_USE (IEC_60559_BFP_EXT) +#if __GLIBC_USE (IEC_60559_BFP_EXT_C2X) # ifndef CHAR_WIDTH # define CHAR_WIDTH 8 # endif |