]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 30 Mar 1994 22:15:20 +0000 (17:15 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 30 Mar 1994 22:15:20 +0000 (17:15 -0500)
From-SVN: r6922

gcc/bc-emit.c
gcc/calls.c
gcc/combine.c
gcc/emit-rtl.c
gcc/final.c
gcc/genattrtab.c
gcc/mips-tfile.c
gcc/protoize.c
gcc/toplev.c
gcc/tree.c

index f770c1e9bcffb65acbd21c212d6ae34641633927..8b39112341572c93278fbbe54ab71f7a31a7500e 100644 (file)
@@ -20,9 +20,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include "config.h"
 #ifdef __STDC__
-#include "gstdarg.h"
+#include <stdarg.h>
 #else
-#include "gvarargs.h"
+#include <gvarargs.h>
 #endif
 #include "machmode.h"
 #include "rtl.h"
index 9cf1d9296adefa21cc1484ac0aee0f82ca10f01c..7b4589fb04d60b370fea0f536b4d236e838aa3ee 100644 (file)
@@ -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 <stdarg.h>
 #else
-#include "gvarargs.h"
+#include <varargs.h>
 #endif
 #include "insn-flags.h"
 
index 49b3b80762f94a994c692825681b37f644244a5b..7b7b39375bcc6db46eb2522e49a9ceed8d54655c 100644 (file)
@@ -75,9 +75,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include "config.h"
 #ifdef __STDC__
-#include "gstdarg.h"
+#include <stdarg.h>
 #else
-#include "gvarargs.h"
+#include <varargs.h>
 #endif
 
 /* Must precede rtl.h for FFS.  */
index a11c177208d47df4dbf8d508a5be9a162ea9cf6b..789567fc15445f18e2babe40885e934a63301bf5 100644 (file)
@@ -35,9 +35,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include "config.h"
 #ifdef __STDC__
-#include "gstdarg.h"
+#include <stdarg.h>
 #else
-#include "gvarargs.h"
+#include <varargs.h>
 #endif
 #include "rtl.h"
 #include "tree.h"
index 11d461e3d0f044f97e806230705e7eeb02769f2c..c79c2b65f38ea64e0a1c2a7801ea6d368933c2e9 100644 (file)
@@ -45,9 +45,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include "config.h"
 #ifdef __STDC__
-#include "gstdarg.h"
+#include <stdarg.h>
 #else
-#include "gvarargs.h"
+#include <varargs.h>
 #endif
 #include "tree.h"
 #include "rtl.h"
index f0f27436cee21a812255819a3a1a58325fd18066..b5821d133b3ca6c11966ed2c0f6fb0c8480dc34f 100644 (file)
@@ -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 <stdarg.h>
 #else
-#include "gvarargs.h"
+#include <varargs.h>
 #endif
 #include "rtl.h"
 #include "insn-config.h"       /* For REGISTER_CONSTRAINTS */
index af4c09d3dc9376093f4123346c000d4fda861a08..2d8e416e8f471773fe488fefdfadd473a2001c3a 100644 (file)
@@ -599,9 +599,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 \f
 
 #ifdef __STDC__
-#include "gstdarg.h"
+#include <stdarg.h>
 #else
-#include "gvarargs.h"
+#include <varargs.h>
 #endif
 #include "config.h"
 #include <stdio.h>
index fca0e0831a28355ec42835bdd501de8553e6bfac..c353091da5e4e087f5b4a22d6468c8f722977e2a 100644 (file)
@@ -56,9 +56,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define _POSIX_SOURCE
 #endif
 
-#include "gvarargs.h"
+#include <varargs.h>
 /* On some systems stdio.h includes stdarg.h;
-   we must bring in gvarargs.h first.  */
+   we must bring in varargs.h first.  */
 #include <stdio.h>
 #include <ctype.h>
 #include <errno.h>
index 36db9d9e7d4706c7fada394e284628fa36ec47ae..c3602c7c874f2f7cf8f065c8ba4f1c15237d65b5 100644 (file)
@@ -25,9 +25,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include "config.h"
 #ifdef __STDC__
-#include "gstdarg.h"
+#include <stdarg.h>
 #else
-#include "gvarargs.h"
+#include <varargs.h>
 #endif
 #include <stdio.h>
 #include <signal.h>
index f95a4757452be3d58ad1dab273fb001166c14c1e..0c6e686fee7305236f404e56b3d64898ebfb5660 100644 (file)
@@ -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 <stdarg.h>
 #else
-#include "gvarargs.h"
+#include <varargs.h>
 #endif
 #include <stdio.h>