]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1867: HAVE_STDARG_H still defined v9.1.1867
authorOla Söder <rolfkopman@gmail.com>
Sat, 18 Oct 2025 14:30:10 +0000 (14:30 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 18 Oct 2025 14:30:10 +0000 (14:30 +0000)
Problem:  HAVE_STDARG_H still defined
          (after v7.4.1216)
Solution: Remove all remaining occurrences of HAVE_STDARG_H
          (Ola Söder)

closes: #18593

Signed-off-by: Ola Söder <rolfkopman@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/Make_ami.mak
src/if_python.c
src/if_python3.c
src/version.c

index 05b731755e48860ae31c587687ae9dfa13fb2d50..e9d73df39f69f318f1694102964a1369f7dd824a 100644 (file)
@@ -13,7 +13,6 @@ CFLAGS = -c -O3
 CFLAGS += \
        -DNO_ARP \
        -DUSE_TMPNAM \
-       -DHAVE_STDARG_H \
        -DHAVE_TGETENT \
        -DHAVE_TERMCAP \
        -DNEW_SHELLSIZE \
index ab79b9d9c86bd322772ecf02fef6fd8a4ab2ed60..9607258fd1d2e8df15ad4054b257b3ffd7894495 100644 (file)
@@ -51,9 +51,6 @@
 #ifdef HAVE_PUTENV
 # undef HAVE_PUTENV
 #endif
-#ifdef HAVE_STDARG_H
-# undef HAVE_STDARG_H  // Python's config.h defines it as well.
-#endif
 #ifdef _POSIX_C_SOURCE
 # undef _POSIX_C_SOURCE        // pyconfig.h defines it as well.
 #endif
index 69e72e663bbe57d7cdfac005c0410d9952b8f44f..6ed457395f68024e475897f43f5150dd015b70c2 100644 (file)
@@ -57,9 +57,6 @@
 #ifdef HAVE_PUTENV
 # undef HAVE_PUTENV
 #endif
-#ifdef HAVE_STDARG_H
-# undef HAVE_STDARG_H   // Python's config.h defines it as well.
-#endif
 #ifdef _POSIX_C_SOURCE  // defined in feature.h
 # undef _POSIX_C_SOURCE
 #endif
index f210971805055fb2e6c860aad72aa91b1442ff97..5f43d92b09eabf932c8305ea4348bfdc4098973c 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1867,
 /**/
     1866,
 /**/