From b1d2a4fe2681062e57cc75a1062701bc8fbeadfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 1 Feb 2007 22:27:42 +0000 Subject: [PATCH] this seems to be needed for gcc 2.95.3 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20034 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/m4/lib/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/m4/lib/config.h b/src/bin/m4/lib/config.h index 0c7b207796..431ef71f98 100644 --- a/src/bin/m4/lib/config.h +++ b/src/bin/m4/lib/config.h @@ -604,4 +604,4 @@ /* #undef stack_t */ /* Define as a macro for copying va_list variables. */ -/* #undef va_copy */ +#define va_copy gl_va_copy