Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 <rolfkopman@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 3b11759 commit 5932ed3

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

‎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)

AltStyle によって変換されたページ (->オリジナル) /