diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-07-08 19:06:27 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-07-08 19:06:27 -0700 |
commit | 971ba70d62f95c693c74f15ed355b02f722ee66c (patch) | |
tree | 61d3736cdd1cf654a38b24f2242ce417ea9f9edb /gcc/ginclude/varargs.h | |
parent | 40620dcc9314e11d9e74294a4b462f9327787735 (diff) | |
download | gcc-971ba70d62f95c693c74f15ed355b02f722ee66c.zip gcc-971ba70d62f95c693c74f15ed355b02f722ee66c.tar.gz gcc-971ba70d62f95c693c74f15ed355b02f722ee66c.tar.bz2 |
Delete include of <varargs.h> when not gcc.
From-SVN: r7692
Diffstat (limited to 'gcc/ginclude/varargs.h')
-rw-r--r-- | gcc/ginclude/varargs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/ginclude/varargs.h b/gcc/ginclude/varargs.h index 18870fe..6dd31ca 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 <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__ */ |