From 93f90065f31c35780e2dc3d6b7c987677d9bc14e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 9 Aug 2006 23:42:26 +0000 Subject: Sync from gnulib. --- lib/version-etc.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/version-etc.c') diff --git a/lib/version-etc.c b/lib/version-etc.c index cb9e4c2f0..7887c26e2 100644 --- a/lib/version-etc.c +++ b/lib/version-etc.c @@ -50,11 +50,7 @@ version_etc_va (FILE *stream, { va_list tmp_authors; -#ifdef __va_copy - __va_copy (tmp_authors, authors); -#else - tmp_authors = authors; -#endif + va_copy (tmp_authors, authors); n_authors = 0; while (va_arg (tmp_authors, const char *) != NULL) -- cgit v1.2.3-54-g00ecf