Delete include of <varargs.h> when not gcc.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jul 1994 02:06:27 +0000 (02:06 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Jul 1994 02:06:27 +0000 (02:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7692 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ginclude/varargs.h

index 18870fe..6dd31ca 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__ */