]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1866: HAVE_STRCSPN define is unused v9.1.1866
authorOla Söder <rolfkopman@gmail.com>
Sat, 18 Oct 2025 14:04:28 +0000 (14:04 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 18 Oct 2025 14:04:28 +0000 (14:04 +0000)
Problem:  HAVE_STRCSPN define is unused
Solution: Remove all HAVE_STRCSPN defines
          (Ola Söder)

closes: #18592

Signed-off-by: Ola Söder <rolfkopman@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/os_amiga.h
src/os_mac.h
src/os_vms_conf.h
src/os_win32.h
src/version.c

index ba1444398873a6312df252243e3a367c694a2887..af64752b04f67b42d74e2edaf72c3ce021fa5974 100644 (file)
@@ -23,7 +23,6 @@
 # define HAVE_STDLIB_H
 # define HAVE_STRING_H
 # define HAVE_FCNTL_H
-# define HAVE_STRCSPN
 # define HAVE_STRICMP
 # define HAVE_STRNICMP
 # define HAVE_STRFTIME     // guessed
index 6c23f4cb6668bc685132e0570b9deab1b8e159b2..f171d7ccf6842b66eae3791449da3251507de32d 100644 (file)
@@ -84,7 +84,6 @@
 
 #ifndef HAVE_CONFIG_H
 # define HAVE_STRING_H
-# define HAVE_STRCSPN
 # define HAVE_MEMSET
 # define USE_TMPNAM            // use tmpnam() instead of mktemp()
 # define HAVE_FCNTL_H
index c9e75e68c358b3c8037982ed0fdcd2bc0772940d..dbf9e8641bab0ef50747b7e39a787551e4468c31 100644 (file)
@@ -97,7 +97,6 @@
 
 #define TGETENT_ZERO_ERR
 #define HAVE_GETCWD
-#define HAVE_STRCSPN
 #define HAVE_STRTOL
 #define HAVE_TGETENT
 #define HAVE_MEMSET
index 26003e52e09900c61113725b30f21b9551a64603..4105a452c48c91cf4c367f3cb02918b00c6be07e 100644 (file)
@@ -22,7 +22,6 @@
 #ifndef HAVE_MATH_H
 # define HAVE_MATH_H
 #endif
-#define HAVE_STRCSPN
 #ifndef __GNUC__
 #define HAVE_STRICMP
 #define HAVE_STRNICMP
index 2ef00ab81d702f97e26e1bb8695d90229dbbbcdb..f210971805055fb2e6c860aad72aa91b1442ff97 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1866,
 /**/
     1865,
 /**/