From 7491e407e812bfeeca3f37e3defa99a2da9f149f Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 23 Oct 2008 21:25:09 +0000 Subject: Move the va_copy define to making sure it is uniformaly protected by __ISO_C_VISIBLE > 1999. With a little help from miod@. ok miod@ --- sys/arch/powerpc/include/va-ppc.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/arch/powerpc/include') diff --git a/sys/arch/powerpc/include/va-ppc.h b/sys/arch/powerpc/include/va-ppc.h index 46e20c5d6c7..32e819535aa 100644 --- a/sys/arch/powerpc/include/va-ppc.h +++ b/sys/arch/powerpc/include/va-ppc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: va-ppc.h,v 1.13 2006/04/09 03:07:53 deraadt Exp $ */ +/* $OpenBSD: va-ppc.h,v 1.14 2008/10/23 21:25:07 kettenis Exp $ */ /* GNU C varargs support for the PowerPC with either the V.4 or Windows NT calling sequences */ #include @@ -210,10 +210,6 @@ __extension__ ({ \ *(dest) = *(src);\ }) -#if __ISO_C_VISIBLE >= 1999 -#define va_copy(dest, src) __va_copy(dest, src) -#endif - #endif /* __VA_PPC_H__ */ #endif /* defined (_STDARG_H) || defined (_VARARGS_H) */ -- cgit v1.2.3