diff options
Diffstat (limited to 'stdlib/tst-strtol-binary-gnu2x.c')
| -rw-r--r-- | stdlib/tst-strtol-binary-gnu2x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/tst-strtol-binary-gnu2x.c b/stdlib/tst-strtol-binary-gnu2x.c index 97dafe8763..7732025dab 100644 --- a/stdlib/tst-strtol-binary-gnu2x.c +++ b/stdlib/tst-strtol-binary-gnu2x.c @@ -1,4 +1,4 @@ -/* Test strtol functions with C2X binary integers (narrow strings, GNU +/* Test strtol functions with C23 binary integers (narrow strings, GNU extensions). Copyright (C) 2022-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -21,7 +21,7 @@ #define WIDE 0 #define FNPFX strto #define L_(C) C -#define TEST_C2X 1 +#define TEST_C23 1 #define TEST_Q 1 #define TEST_LOCALE 1 |
