From 971ba70d62f95c693c74f15ed355b02f722ee66c Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 8 Jul 1994 19:06:27 -0700 Subject: [PATCH] Delete include of when not gcc. From-SVN: r7692 --- gcc/ginclude/varargs.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gcc/ginclude/varargs.h b/gcc/ginclude/varargs.h index 18870fe8648..6dd31ca17a4 100644 --- a/gcc/ginclude/varargs.h +++ b/gcc/ginclude/varargs.h @@ -1,7 +1,3 @@ -#ifndef __GNUC__ -/* Use the system's macros with the system's compiler. */ -#include -#else /* Record that this is varargs.h; this turns off stdarg.h. */ #ifndef _VARARGS_H @@ -177,5 +173,3 @@ typedef __gnuc_va_list va_list; #ifdef _BSD_VA_LIST #undef _BSD_VA_LIST #endif - -#endif /* __GNUC__ */ -- 2.30.2