0
0
mirror of https://github.com/vim/vim.git synced 2025-10-21 08:24:06 -04:00

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 <rolfkopman@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Ola Söder
2025-10-18 14:30:10 +00:00
committed by Christian Brabandt
parent 3b11759c7c
commit 5932ed33f7
4 changed files with 2 additions and 7 deletions

View File

@@ -13,7 +13,6 @@ CFLAGS = -c -O3
CFLAGS += \
-DNO_ARP \
-DUSE_TMPNAM \
-DHAVE_STDARG_H \
-DHAVE_TGETENT \
-DHAVE_TERMCAP \
-DNEW_SHELLSIZE \

View 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

View 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

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1867,
/**/
1866,
/**/