Skip to content

Commit 5932ed3

Browse files
soderochrisbra
authored andcommitted
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 <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 3b11759 commit 5932ed3

4 files changed

Lines changed: 2 additions & 7 deletions

File tree

src/Make_ami.mak

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ CFLAGS = -c -O3
1313
CFLAGS += \
1414
-DNO_ARP \
1515
-DUSE_TMPNAM \
16-
-DHAVE_STDARG_H \
1716
-DHAVE_TGETENT \
1817
-DHAVE_TERMCAP \
1918
-DNEW_SHELLSIZE \

src/if_python.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@
5151
#ifdef HAVE_PUTENV
5252
# undef HAVE_PUTENV
5353
#endif
54-
#ifdef HAVE_STDARG_H
55-
# undef HAVE_STDARG_H // Python's config.h defines it as well.
56-
#endif
5754
#ifdef _POSIX_C_SOURCE
5855
# undef _POSIX_C_SOURCE // pyconfig.h defines it as well.
5956
#endif

src/if_python3.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@
5757
#ifdef HAVE_PUTENV
5858
# undef HAVE_PUTENV
5959
#endif
60-
#ifdef HAVE_STDARG_H
61-
# undef HAVE_STDARG_H // Python's config.h defines it as well.
62-
#endif
6360
#ifdef _POSIX_C_SOURCE // defined in feature.h
6461
# undef _POSIX_C_SOURCE
6562
#endif

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,8 @@ static char *(features[]) =
734734

735735
static int included_patches[] =
736736
{ /* Add new patch number below this line */
737+
/**/
738+
1867,
737739
/**/
738740
1866,
739741
/**/

0 commit comments

Comments
 (0)