diff options
Diffstat (limited to 'gl/strings.in.h')
| -rw-r--r-- | gl/strings.in.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gl/strings.in.h b/gl/strings.in.h index 40c891d7..fd7cd2df 100644 --- a/gl/strings.in.h +++ b/gl/strings.in.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* A substitute <strings.h>. | 1 | /* A substitute <strings.h>. |
| 2 | 2 | ||
| 3 | Copyright (C) 2007-2025 Free Software Foundation, Inc. | 3 | Copyright (C) 2007-2026 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
| @@ -76,7 +76,6 @@ _GL_FUNCDECL_SYS (ffs, int, (int i), ); | |||
| 76 | _GL_CXXALIAS_SYS (ffs, int, (int i)); | 76 | _GL_CXXALIAS_SYS (ffs, int, (int i)); |
| 77 | _GL_CXXALIASWARN (ffs); | 77 | _GL_CXXALIASWARN (ffs); |
| 78 | #elif defined GNULIB_POSIXCHECK | 78 | #elif defined GNULIB_POSIXCHECK |
| 79 | # undef ffs | ||
| 80 | # if HAVE_RAW_DECL_FFS | 79 | # if HAVE_RAW_DECL_FFS |
| 81 | _GL_WARN_ON_USE (ffs, "ffs is not portable - use the ffs module"); | 80 | _GL_WARN_ON_USE (ffs, "ffs is not portable - use the ffs module"); |
| 82 | # endif | 81 | # endif |
| @@ -109,7 +108,6 @@ _GL_CXXALIASWARN (strcasecmp); | |||
| 109 | /* strcasecmp() does not work with multibyte strings: | 108 | /* strcasecmp() does not work with multibyte strings: |
| 110 | POSIX says that it operates on "strings", and "string" in POSIX is defined | 109 | POSIX says that it operates on "strings", and "string" in POSIX is defined |
| 111 | as a sequence of bytes, not of characters. */ | 110 | as a sequence of bytes, not of characters. */ |
| 112 | # undef strcasecmp | ||
| 113 | # if HAVE_RAW_DECL_STRCASECMP | 111 | # if HAVE_RAW_DECL_STRCASECMP |
| 114 | _GL_WARN_ON_USE (strcasecmp, "strcasecmp cannot work correctly on character " | 112 | _GL_WARN_ON_USE (strcasecmp, "strcasecmp cannot work correctly on character " |
| 115 | "strings in multibyte locales and is unportable - " | 113 | "strings in multibyte locales and is unportable - " |
| @@ -147,7 +145,6 @@ _GL_CXXALIASWARN (strcasecmp_l); | |||
| 147 | /* strcasecmp_l() does not work with multibyte strings: | 145 | /* strcasecmp_l() does not work with multibyte strings: |
| 148 | POSIX says that it operates on "strings", and "string" in POSIX is defined | 146 | POSIX says that it operates on "strings", and "string" in POSIX is defined |
| 149 | as a sequence of bytes, not of characters. */ | 147 | as a sequence of bytes, not of characters. */ |
| 150 | # undef strcasecmp_l | ||
| 151 | # if HAVE_RAW_DECL_STRCASECMP_L | 148 | # if HAVE_RAW_DECL_STRCASECMP_L |
| 152 | _GL_WARN_ON_USE (strcasecmp_l, "strcasecmp_l cannot work correctly on " | 149 | _GL_WARN_ON_USE (strcasecmp_l, "strcasecmp_l cannot work correctly on " |
| 153 | "character strings in multibyte locales and is unportable - " | 150 | "character strings in multibyte locales and is unportable - " |
| @@ -182,7 +179,6 @@ _GL_CXXALIASWARN (strncasecmp); | |||
| 182 | /* strncasecmp() does not work with multibyte strings: | 179 | /* strncasecmp() does not work with multibyte strings: |
| 183 | POSIX says that it operates on "strings", and "string" in POSIX is defined | 180 | POSIX says that it operates on "strings", and "string" in POSIX is defined |
| 184 | as a sequence of bytes, not of characters. */ | 181 | as a sequence of bytes, not of characters. */ |
| 185 | # undef strncasecmp | ||
| 186 | # if HAVE_RAW_DECL_STRNCASECMP | 182 | # if HAVE_RAW_DECL_STRNCASECMP |
| 187 | _GL_WARN_ON_USE (strncasecmp, "strncasecmp cannot work correctly on character " | 183 | _GL_WARN_ON_USE (strncasecmp, "strncasecmp cannot work correctly on character " |
| 188 | "strings in multibyte locales and is unportable - " | 184 | "strings in multibyte locales and is unportable - " |
| @@ -220,7 +216,6 @@ _GL_CXXALIASWARN (strncasecmp_l); | |||
| 220 | /* strncasecmp_l() does not work with multibyte strings: | 216 | /* strncasecmp_l() does not work with multibyte strings: |
| 221 | POSIX says that it operates on "strings", and "string" in POSIX is defined | 217 | POSIX says that it operates on "strings", and "string" in POSIX is defined |
| 222 | as a sequence of bytes, not of characters. */ | 218 | as a sequence of bytes, not of characters. */ |
| 223 | # undef strncasecmp_l | ||
| 224 | # if HAVE_RAW_DECL_STRNCASECMP_L | 219 | # if HAVE_RAW_DECL_STRNCASECMP_L |
| 225 | _GL_WARN_ON_USE (strncasecmp_l, "strncasecmp_l cannot work correctly on " | 220 | _GL_WARN_ON_USE (strncasecmp_l, "strncasecmp_l cannot work correctly on " |
| 226 | "character strings in multibyte locales and is unportable - " | 221 | "character strings in multibyte locales and is unportable - " |
