aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-08-26 08:11:47 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-08-26 08:11:47 +0000
commit789f983ab1d64b8538a7406b32e51e1b1b5ec518 (patch)
tree16408c3d9cfa526c1ed49849112441367ae78a82 /gcc/genattrtab.c
parentf952a23816784c74f96e6d11edc337edacc9ea77 (diff)
downloadgcc-789f983ab1d64b8538a7406b32e51e1b1b5ec518.zip
gcc-789f983ab1d64b8538a7406b32e51e1b1b5ec518.tar.gz
gcc-789f983ab1d64b8538a7406b32e51e1b1b5ec518.tar.bz2
system.h: Include stdarg.h/varargs.h...
* 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. From-SVN: r21997
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r--gcc/genattrtab.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c
index 686bf5c..adf0749 100644
--- a/gcc/genattrtab.c
+++ b/gcc/genattrtab.c
@@ -96,12 +96,6 @@ Boston, MA 02111-1307, USA. */
#include "hconfig.h"
-/* varargs must always be included after *config.h, but before stdio.h. */
-#ifdef __STDC__
-#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
#include "system.h"
#include "rtl.h"
#include "insn-config.h" /* For REGISTER_CONSTRAINTS */