aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-07-08 19:05:51 -0700
committerJim Wilson <wilson@gcc.gnu.org>1994-07-08 19:05:51 -0700
commit40620dcc9314e11d9e74294a4b462f9327787735 (patch)
tree44e0e74d13453991e3f9e2eb1b1853bf6824a6c6 /gcc
parent3ea5a4aeca6f443e328573ab1cdb2cb1e7ef15cc (diff)
downloadgcc-40620dcc9314e11d9e74294a4b462f9327787735.zip
gcc-40620dcc9314e11d9e74294a4b462f9327787735.tar.gz
gcc-40620dcc9314e11d9e74294a4b462f9327787735.tar.bz2
Delete include of <stdarg.h> when not gcc.
From-SVN: r7691
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ginclude/stdarg.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h
index 27a37fc..1c6e1fc 100644
--- a/gcc/ginclude/stdarg.h
+++ b/gcc/ginclude/stdarg.h
@@ -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__ */