From: Richard Stallman Date: Wed, 8 Jul 1992 03:06:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eaec9d17fd6a19c0a3d4f328cbe94e8092e42bdd;p=gcc.git *** empty log message *** From-SVN: r1510 --- diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h index e0009d92b7f..bd4bfa45dc7 100644 --- a/gcc/ginclude/stdarg.h +++ b/gcc/ginclude/stdarg.h @@ -78,6 +78,10 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */ #undef _VA_LIST #endif +#ifdef _BSD_VA_LIST +#undef _BSD_VA_LIST +#endif + /* The macro _VA_LIST_ is the same thing used by this file in Ultrix. */ #ifndef _VA_LIST_ /* The macro _VA_LIST is used in SCO Unix 3.2. */