patch 9.1.1867: HAVE_STDARG_H still defined
Commit:
https://github.com/vim/vim/commit/5932ed33f735a4ae885e727049c3519e744ddc93
Author: Ola Söder <
rolfk...@gmail.com>
Date: Sat Oct 18 14:30:10 2025 +0000
patch 9.1.1867: HAVE_STDARG_H still defined
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 <
rolfk...@gmail.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/src/Make_ami.mak b/src/Make_ami.mak
index 05b731755..e9d73df39 100644
--- a/src/Make_ami.mak
+++ b/src/Make_ami.mak
@@ -13,7 +13,6 @@ CFLAGS = -c -O3
CFLAGS += \
-DNO_ARP \
-DUSE_TMPNAM \
- -DHAVE_STDARG_H \
-DHAVE_TGETENT \
-DHAVE_TERMCAP \
-DNEW_SHELLSIZE \
diff --git a/src/if_python.c b/src/if_python.c
index ab79b9d9c..9607258fd 100644
--- a/src/if_python.c
+++ b/src/if_python.c
@@ -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
diff --git a/src/if_python3.c b/src/if_python3.c
index 69e72e663..6ed457395 100644
--- a/src/if_python3.c
+++ b/src/if_python3.c
@@ -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
diff --git a/src/version.c b/src/version.c
index f21097180..5f43d92b0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1867,
/**/
1866,
/**/