From: Richard Stallman Date: Fri, 21 Feb 1992 07:00:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=373b5e3b36dabba9b20dc23502e1e0672ee37ec8;p=gcc.git *** empty log message *** From-SVN: r353 --- diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h index 5bf912815d3..1382168ffd2 100644 --- a/gcc/ginclude/stdarg.h +++ b/gcc/ginclude/stdarg.h @@ -23,6 +23,10 @@ #include "va-mips.h" #else +#ifdef _HIDDEN_VA_LIST /* On OSF1, this means varargs.h is "half-loaded". */ +#undef _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. */