diff options
Diffstat (limited to 'gcc/ginclude/stdint-gcc.h')
-rw-r--r-- | gcc/ginclude/stdint-gcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ginclude/stdint-gcc.h b/gcc/ginclude/stdint-gcc.h index f52a736..6f8e62a 100644 --- a/gcc/ginclude/stdint-gcc.h +++ b/gcc/ginclude/stdint-gcc.h @@ -262,7 +262,7 @@ typedef __UINTMAX_TYPE__ uintmax_t; #if (defined __STDC_WANT_IEC_60559_BFP_EXT__ \ || (defined (__STDC_VERSION__) && __STDC_VERSION__ > 201710L)) -/* TS 18661-1 / C2X widths of integer types. */ +/* TS 18661-1 / C23 widths of integer types. */ #ifdef __INT8_TYPE__ # undef INT8_WIDTH |