From: Richard Kenner Date: Wed, 30 Mar 1994 22:15:20 +0000 (-0500) Subject: Include instead of "gstdarg.h"; similarly for varargs. X-Git-Tag: misc/cutover-egcs-0~7021 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04fe43855af67c1b2933e5ad011a9df5ef4adf96;p=thirdparty%2Fgcc.git Include instead of "gstdarg.h"; similarly for varargs. From-SVN: r6922 --- diff --git a/gcc/bc-emit.c b/gcc/bc-emit.c index f770c1e9bcff..8b3911234157 100644 --- a/gcc/bc-emit.c +++ b/gcc/bc-emit.c @@ -20,9 +20,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "config.h" #ifdef __STDC__ -#include "gstdarg.h" +#include #else -#include "gvarargs.h" +#include #endif #include "machmode.h" #include "rtl.h" diff --git a/gcc/calls.c b/gcc/calls.c index 9cf1d9296ade..7b4589fb04d6 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -23,9 +23,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "flags.h" #include "expr.h" #ifdef __STDC__ -#include "gstdarg.h" +#include #else -#include "gvarargs.h" +#include #endif #include "insn-flags.h" diff --git a/gcc/combine.c b/gcc/combine.c index 49b3b80762f9..7b7b39375bcc 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -75,9 +75,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "config.h" #ifdef __STDC__ -#include "gstdarg.h" +#include #else -#include "gvarargs.h" +#include #endif /* Must precede rtl.h for FFS. */ diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index a11c177208d4..789567fc1544 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -35,9 +35,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "config.h" #ifdef __STDC__ -#include "gstdarg.h" +#include #else -#include "gvarargs.h" +#include #endif #include "rtl.h" #include "tree.h" diff --git a/gcc/final.c b/gcc/final.c index 11d461e3d0f0..c79c2b65f38e 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -45,9 +45,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "config.h" #ifdef __STDC__ -#include "gstdarg.h" +#include #else -#include "gvarargs.h" +#include #endif #include "tree.h" #include "rtl.h" diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index f0f27436cee2..b5821d133b3c 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -95,11 +95,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "hconfig.h" -/* gvarargs must always be included after *config.h. */ +/* varargs must always be included after *config.h. */ #ifdef __STDC__ -#include "gstdarg.h" +#include #else -#include "gvarargs.h" +#include #endif #include "rtl.h" #include "insn-config.h" /* For REGISTER_CONSTRAINTS */ diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c index af4c09d3dc93..2d8e416e8f47 100644 --- a/gcc/mips-tfile.c +++ b/gcc/mips-tfile.c @@ -599,9 +599,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef __STDC__ -#include "gstdarg.h" +#include #else -#include "gvarargs.h" +#include #endif #include "config.h" #include diff --git a/gcc/protoize.c b/gcc/protoize.c index fca0e0831a28..c353091da5e4 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -56,9 +56,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define _POSIX_SOURCE #endif -#include "gvarargs.h" +#include /* On some systems stdio.h includes stdarg.h; - we must bring in gvarargs.h first. */ + we must bring in varargs.h first. */ #include #include #include diff --git a/gcc/toplev.c b/gcc/toplev.c index 36db9d9e7d47..c3602c7c874f 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -25,9 +25,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "config.h" #ifdef __STDC__ -#include "gstdarg.h" +#include #else -#include "gvarargs.h" +#include #endif #include #include diff --git a/gcc/tree.c b/gcc/tree.c index f95a4757452b..0c6e686fee73 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -39,9 +39,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "function.h" #include "obstack.h" #ifdef __STDC__ -#include "gstdarg.h" +#include #else -#include "gvarargs.h" +#include #endif #include