From 13e14a6bfd9f29cbfeab0c5161d2a994f97532e7 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:53:53 +0100 Subject: Update/gnulib 2026 03 (#2247) * Sync with the 202601-stable Gnulib code (4a3650d887) * Ignore more deps stuff in gnulib * Remove autogenerated gnulib files * Ignore more gnulib generated headers --- gl/strings.in.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gl/strings.in.h') 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 @@ /* A substitute . - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -76,7 +76,6 @@ _GL_FUNCDECL_SYS (ffs, int, (int i), ); _GL_CXXALIAS_SYS (ffs, int, (int i)); _GL_CXXALIASWARN (ffs); #elif defined GNULIB_POSIXCHECK -# undef ffs # if HAVE_RAW_DECL_FFS _GL_WARN_ON_USE (ffs, "ffs is not portable - use the ffs module"); # endif @@ -109,7 +108,6 @@ _GL_CXXALIASWARN (strcasecmp); /* strcasecmp() does not work with multibyte strings: POSIX says that it operates on "strings", and "string" in POSIX is defined as a sequence of bytes, not of characters. */ -# undef strcasecmp # if HAVE_RAW_DECL_STRCASECMP _GL_WARN_ON_USE (strcasecmp, "strcasecmp cannot work correctly on character " "strings in multibyte locales and is unportable - " @@ -147,7 +145,6 @@ _GL_CXXALIASWARN (strcasecmp_l); /* strcasecmp_l() does not work with multibyte strings: POSIX says that it operates on "strings", and "string" in POSIX is defined as a sequence of bytes, not of characters. */ -# undef strcasecmp_l # if HAVE_RAW_DECL_STRCASECMP_L _GL_WARN_ON_USE (strcasecmp_l, "strcasecmp_l cannot work correctly on " "character strings in multibyte locales and is unportable - " @@ -182,7 +179,6 @@ _GL_CXXALIASWARN (strncasecmp); /* strncasecmp() does not work with multibyte strings: POSIX says that it operates on "strings", and "string" in POSIX is defined as a sequence of bytes, not of characters. */ -# undef strncasecmp # if HAVE_RAW_DECL_STRNCASECMP _GL_WARN_ON_USE (strncasecmp, "strncasecmp cannot work correctly on character " "strings in multibyte locales and is unportable - " @@ -220,7 +216,6 @@ _GL_CXXALIASWARN (strncasecmp_l); /* strncasecmp_l() does not work with multibyte strings: POSIX says that it operates on "strings", and "string" in POSIX is defined as a sequence of bytes, not of characters. */ -# undef strncasecmp_l # if HAVE_RAW_DECL_STRNCASECMP_L _GL_WARN_ON_USE (strncasecmp_l, "strncasecmp_l cannot work correctly on " "character strings in multibyte locales and is unportable - " -- cgit v1.2.3-74-g34f1