diff options
Diffstat (limited to 'gl/locale.in.h')
| -rw-r--r-- | gl/locale.in.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gl/locale.in.h b/gl/locale.in.h index 34f8c5b6..c264493e 100644 --- a/gl/locale.in.h +++ b/gl/locale.in.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* A POSIX <locale.h>. | 1 | /* A POSIX <locale.h>. |
| 2 | Copyright (C) 2007-2025 Free Software Foundation, Inc. | 2 | Copyright (C) 2007-2026 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
| @@ -264,7 +264,6 @@ _GL_CXXALIASWARN (localeconv); | |||
| 264 | # define localeconv localeconv_used_without_requesting_gnulib_module_localeconv | 264 | # define localeconv localeconv_used_without_requesting_gnulib_module_localeconv |
| 265 | # endif | 265 | # endif |
| 266 | #elif defined GNULIB_POSIXCHECK | 266 | #elif defined GNULIB_POSIXCHECK |
| 267 | # undef localeconv | ||
| 268 | # if HAVE_RAW_DECL_LOCALECONV | 267 | # if HAVE_RAW_DECL_LOCALECONV |
| 269 | _GL_WARN_ON_USE (localeconv, | 268 | _GL_WARN_ON_USE (localeconv, |
| 270 | "localeconv returns too few information on some platforms - " | 269 | "localeconv returns too few information on some platforms - " |
| @@ -288,7 +287,6 @@ _GL_CXXALIAS_SYS (setlocale, char *, (int category, const char *locale)); | |||
| 288 | _GL_CXXALIASWARN (setlocale); | 287 | _GL_CXXALIASWARN (setlocale); |
| 289 | # endif | 288 | # endif |
| 290 | #elif defined GNULIB_POSIXCHECK | 289 | #elif defined GNULIB_POSIXCHECK |
| 291 | # undef setlocale | ||
| 292 | # if HAVE_RAW_DECL_SETLOCALE | 290 | # if HAVE_RAW_DECL_SETLOCALE |
| 293 | _GL_WARN_ON_USE (setlocale, "setlocale works differently on native Windows - " | 291 | _GL_WARN_ON_USE (setlocale, "setlocale works differently on native Windows - " |
| 294 | "use gnulib module setlocale for portability"); | 292 | "use gnulib module setlocale for portability"); |
| @@ -325,7 +323,6 @@ _GL_CXXALIAS_SYS (newlocale, locale_t, | |||
| 325 | _GL_CXXALIASWARN (newlocale); | 323 | _GL_CXXALIASWARN (newlocale); |
| 326 | # endif | 324 | # endif |
| 327 | #elif defined GNULIB_POSIXCHECK | 325 | #elif defined GNULIB_POSIXCHECK |
| 328 | # undef newlocale | ||
| 329 | # if HAVE_RAW_DECL_NEWLOCALE | 326 | # if HAVE_RAW_DECL_NEWLOCALE |
| 330 | _GL_WARN_ON_USE (newlocale, "newlocale is not portable"); | 327 | _GL_WARN_ON_USE (newlocale, "newlocale is not portable"); |
| 331 | # endif | 328 | # endif |
| @@ -350,7 +347,6 @@ _GL_CXXALIAS_SYS (duplocale, locale_t, (locale_t locale)); | |||
| 350 | _GL_CXXALIASWARN (duplocale); | 347 | _GL_CXXALIASWARN (duplocale); |
| 351 | # endif | 348 | # endif |
| 352 | #elif defined GNULIB_POSIXCHECK | 349 | #elif defined GNULIB_POSIXCHECK |
| 353 | # undef duplocale | ||
| 354 | # if HAVE_RAW_DECL_DUPLOCALE | 350 | # if HAVE_RAW_DECL_DUPLOCALE |
| 355 | _GL_WARN_ON_USE (duplocale, "duplocale is unportable and buggy on some glibc systems - " | 351 | _GL_WARN_ON_USE (duplocale, "duplocale is unportable and buggy on some glibc systems - " |
| 356 | "use gnulib module duplocale for portability"); | 352 | "use gnulib module duplocale for portability"); |
| @@ -378,7 +374,6 @@ _GL_CXXALIAS_SYS_CAST (freelocale, void, (locale_t locale)); | |||
| 378 | _GL_CXXALIASWARN (freelocale); | 374 | _GL_CXXALIASWARN (freelocale); |
| 379 | # endif | 375 | # endif |
| 380 | #elif defined GNULIB_POSIXCHECK | 376 | #elif defined GNULIB_POSIXCHECK |
| 381 | # undef freelocale | ||
| 382 | # if HAVE_RAW_DECL_FREELOCALE | 377 | # if HAVE_RAW_DECL_FREELOCALE |
| 383 | _GL_WARN_ON_USE (freelocale, "freelocale is not portable"); | 378 | _GL_WARN_ON_USE (freelocale, "freelocale is not portable"); |
| 384 | # endif | 379 | # endif |
| @@ -408,7 +403,6 @@ _GL_CXXALIAS_SYS (getlocalename_l, const char *, | |||
| 408 | _GL_CXXALIASWARN (getlocalename_l); | 403 | _GL_CXXALIASWARN (getlocalename_l); |
| 409 | # endif | 404 | # endif |
| 410 | #elif defined GNULIB_POSIXCHECK | 405 | #elif defined GNULIB_POSIXCHECK |
| 411 | # undef getlocalename_l | ||
| 412 | # if HAVE_RAW_DECL_GETLOCALENAME_L | 406 | # if HAVE_RAW_DECL_GETLOCALENAME_L |
| 413 | _GL_WARN_ON_USE (getlocalename_l, "getlocalename_l is not portable"); | 407 | _GL_WARN_ON_USE (getlocalename_l, "getlocalename_l is not portable"); |
| 414 | # endif | 408 | # endif |
