diff options
Diffstat (limited to 'wcsmbs/tst-wscanf-binary-gnu89.c')
-rw-r--r-- | wcsmbs/tst-wscanf-binary-gnu89.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wcsmbs/tst-wscanf-binary-gnu89.c b/wcsmbs/tst-wscanf-binary-gnu89.c index bdf858c8f5..2f3c38d7d0 100644 --- a/wcsmbs/tst-wscanf-binary-gnu89.c +++ b/wcsmbs/tst-wscanf-binary-gnu89.c @@ -1,4 +1,4 @@ -/* Test wscanf functions with C2X binary integers (wide strings, +/* Test wscanf functions with C23 binary integers (wide strings, GNU extensions to C89). Copyright (C) 2022-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -20,7 +20,7 @@ #define CHAR wchar_t #define FNW w #define L_(C) L ## C -#define TEST_C2X 0 +#define TEST_C23 0 #define STD "gnu89" #include "../stdio-common/tst-scanf-binary-main.c" |