From ea0ad163ee8b28442e5cb8ee797d594d4d63e988 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 6 Feb 1992 20:12:32 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r285 --- gcc/ginclude/stdarg.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h index e670fe19526..5bf912815d3 100644 --- a/gcc/ginclude/stdarg.h +++ b/gcc/ginclude/stdarg.h @@ -6,6 +6,10 @@ #ifndef _STDARG_H #define _STDARG_H +#ifndef __GNUC__ +/* Use the system's macros with the system's compiler. */ +#include +#else #ifdef __m88k__ #include "va-m88k.h" #else @@ -55,4 +59,5 @@ void va_end (va_list); /* Defined in libgcc.a */ #endif /* not hp9000s800 */ #endif /* not i860 */ #endif /* not m88k */ +#endif /* __GNUC__ */ #endif /* _STDARG_H */ -- 2.30.2