OSDN Git Service

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

gcc/ginclude/stdarg.h

index 27a37fc..1c6e1fc 100644 (file)
@@ -3,12 +3,6 @@
    actual type **after default promotions**.
    Thus, va_arg (..., short) is not valid.  */
 
-#ifndef __GNUC__
-/* Use the system's macros with the system's compiler.
-   This is relevant only when building GCC with some other compiler.  */
-#include <stdarg.h>
-#else
-
 #ifndef _STDARG_H
 #ifndef _ANSI_STDARG_H_
 #ifndef __need___va_list
@@ -163,4 +157,3 @@ typedef __gnuc_va_list va_list;
 
 #endif /* not _ANSI_STDARG_H_ */
 #endif /* not _STDARG_H */
-#endif /* __GNUC__ */