From 7cf7c90d33b8762230325494cc3954b1c9508868 Mon Sep 17 00:00:00 2001 From: "John E. Davis" Date: Sun, 12 Dec 2021 13:32:24 -0500 Subject: [PATCH] pre1.0.4-6: Updated the README and other files to refer to . --- autoconf/configure.ac | 3 +++ configure | 3 +++ 2 files changed, 6 insertions(+) diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 377b2ea..2d50f9a 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -400,6 +400,7 @@ AC_MSG_CHECKING(for an implementation of va_copy()) AC_CACHE_VAL(slrn_cv_va_copy,[ AC_RUN_IFELSE([AC_LANG_SOURCE([[ #include + #include void f (int i, ...) { va_list args1, args2; va_start (args1, i); @@ -420,6 +421,7 @@ AC_MSG_CHECKING(for an implementation of __va_copy()) AC_CACHE_VAL(slrn_cv___va_copy,[ AC_RUN_IFELSE([AC_LANG_SOURCE([[ #include + #include void f (int i, ...) { va_list args1, args2; va_start (args1, i); @@ -440,6 +442,7 @@ AC_MSG_CHECKING(whether va_lists can be copied by value) AC_CACHE_VAL(slrn_cv_va_val_copy,[ AC_RUN_IFELSE([AC_LANG_SOURCE([[ #include + #include void f (int i, ...) { va_list args1, args2; va_start (args1, i); diff --git a/configure b/configure index faec350..8758172 100755 --- a/configure +++ b/configure @@ -8581,6 +8581,7 @@ else /* end confdefs.h. */ #include + #include void f (int i, ...) { va_list args1, args2; va_start (args1, i); @@ -8626,6 +8627,7 @@ else /* end confdefs.h. */ #include + #include void f (int i, ...) { va_list args1, args2; va_start (args1, i); @@ -8671,6 +8673,7 @@ else /* end confdefs.h. */ #include + #include void f (int i, ...) { va_list args1, args2; va_start (args1, i);