diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-26 08:11:47 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-26 08:11:47 +0000 |
commit | 32e0908a2a561cd8f7ce4c9656235b2855f288fc (patch) | |
tree | 16408c3d9cfa526c1ed49849112441367ae78a82 /gcc/gcc.c | |
parent | c90458a18148ca1ff69a60102950edd7e1b81f1a (diff) | |
download | ppe42-gcc-32e0908a2a561cd8f7ce4c9656235b2855f288fc.tar.gz ppe42-gcc-32e0908a2a561cd8f7ce4c9656235b2855f288fc.zip |
* system.h: Include stdarg.h/varargs.h, make sure they are ordered
correctly with regards to stdio.h.
* calls.c: Remove stdarg.h/varargs.h.
* cccp.c: Likewise.
* cexp.y: Likewise.
* combine.c: Likewise.
* cpperror.c: Likewise.
* cpplib.c: Likewise.
* cpplib.h: Likewise.
* doprint.c: Likewise.
* emit-rtl.c: Likewise.
* final.c: Likewise.
* fix-header.c: Likewise.
* gcc.c: Likewise.
* genattr.c: Likewise.
* genattrtab.c: Likewise.
* gencodes.c: Likewise.
* genconfig.c: Likewise.
* genemit.c: Likewise.
* genextract.c: Likewise.
* genflags.c: Likewise.
* genopinit.c: Likewise.
* genoutput.c: Likewise.
* genpeep.c: Likewise.
* genrecog.c: Likewise.
* mips-tfile.c: Likewise.
* prefix.c: Likewise.
* protoize.c: Likewise.
* regmove.c: Likewise.
* toplev.c: Likewise.
* tree.c: Likewise.
* cp/errfn.c: Remove stdarg.h/varargs.h.
* cp/tree.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21997 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index 1787d0f1c93..28b6206cb27 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -32,12 +32,6 @@ Once it knows which kind of compilation to perform, the procedure for compilation is specified by a string called a "spec". */ #include "config.h" - -#ifdef __STDC__ -#include <stdarg.h> -#else -#include <varargs.h> -#endif #include "system.h" #include <signal.h> #include <sys/stat.h> |