From 373628c062e68d3fe79317221baf36337a68c712 Mon Sep 17 00:00:00 2001 From: law Date: Fri, 14 Nov 1997 03:27:55 +0000 Subject: * prefix.c: Use stdarg.h only ifdef __STDC__. Otherwise, use varargs.h. Wrap header with <>, not "". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16482 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/prefix.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc/prefix.c') diff --git a/gcc/prefix.c b/gcc/prefix.c index 3ffda1ab528..bf501c74391 100644 --- a/gcc/prefix.c +++ b/gcc/prefix.c @@ -65,7 +65,11 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #include "gansidecl.h" -#include "stdarg.h" +#ifdef __STDC__ +#include +#else +#include +#endif #ifdef _WIN32 #include -- cgit v1.2.3