diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-07-09 02:06:27 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-07-09 02:06:27 +0000 |
commit | 2dbab551e5ae168f46e444d82a12cc15747335ab (patch) | |
tree | 61d3736cdd1cf654a38b24f2242ce417ea9f9edb /gcc/ginclude/varargs.h | |
parent | 362c718c768ca5ccb225673acdd445432f75c912 (diff) | |
download | ppe42-gcc-2dbab551e5ae168f46e444d82a12cc15747335ab.tar.gz ppe42-gcc-2dbab551e5ae168f46e444d82a12cc15747335ab.zip |
Delete include of <varargs.h> when not gcc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7692 138bc75d-0d04-0410-961f-82ee72b054a4
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 18870fe8648..6dd31ca17a4 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__ */ |