aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpgme/vasprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/vasprintf.c b/gpgme/vasprintf.c
index 6b35e43a..0159867d 100644
--- a/gpgme/vasprintf.c
+++ b/gpgme/vasprintf.c
@@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */
#include <stdarg.h>
-#ifndef va_copy
+#ifndef va_copy /* accroding to POSIX, va_copy is a macro */
#if defined (__GNUC__) && defined (__PPC__) \
&& (defined (_CALL_SYSV) || defined (_WIN32))
#define va_copy(d, s) (*(d) = *(s))