Skip to content

Commit

Permalink
pre1.0.4-6: Updated the README and other files to refer to <https://s…
Browse files Browse the repository at this point in the history
  • Loading branch information
jedsoft authored and fweimer-rh committed Feb 4, 2023
1 parent 39e5d7f commit 7cf7c90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoconf/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stdarg.h>
#include <stdlib.h>
void f (int i, ...) {
va_list args1, args2;
va_start (args1, i);
Expand All @@ -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 <stdarg.h>
#include <stdlib.h>
void f (int i, ...) {
va_list args1, args2;
va_start (args1, i);
Expand All @@ -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 <stdarg.h>
#include <stdlib.h>
void f (int i, ...) {
va_list args1, args2;
va_start (args1, i);
Expand Down
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -8581,6 +8581,7 @@ else
/* end confdefs.h. */
#include <stdarg.h>
#include <stdlib.h>
void f (int i, ...) {
va_list args1, args2;
va_start (args1, i);
Expand Down Expand Up @@ -8626,6 +8627,7 @@ else
/* end confdefs.h. */
#include <stdarg.h>
#include <stdlib.h>
void f (int i, ...) {
va_list args1, args2;
va_start (args1, i);
Expand Down Expand Up @@ -8671,6 +8673,7 @@ else
/* end confdefs.h. */
#include <stdarg.h>
#include <stdlib.h>
void f (int i, ...) {
va_list args1, args2;
va_start (args1, i);
Expand Down

0 comments on commit 7cf7c90

Please sign in to comment.