Delete include of <varargs.h> when not gcc.
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 9 Jul 1994 02:06:27 +0000 (19:06 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 9 Jul 1994 02:06:27 +0000 (19:06 -0700)
From-SVN: r7692

gcc/ginclude/varargs.h

index 18870fe8648d2412c390b3a6a75e3e3770b2e06c..6dd31ca17a49c9e049d91eb4f09a378675863309 100644 (file)
@@ -1,7 +1,3 @@
-#ifndef __GNUC__
-/* Use the system's macros with the system's compiler.  */
-#include <varargs.h>
-#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__ */