aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-03-31 21:25:31 -0800
committerJim Wilson <wilson@gcc.gnu.org>1994-03-31 21:25:31 -0800
commitf62a12d07d0f7576e103806cc64de8d7ad7d29d9 (patch)
treece2db014d8f756b8ab495fe48781b2d5797a8172 /gcc
parent367ac69d7eb19457e9ea945b4f5429e6ad294a88 (diff)
downloadgcc-f62a12d07d0f7576e103806cc64de8d7ad7d29d9.zip
gcc-f62a12d07d0f7576e103806cc64de8d7ad7d29d9.tar.gz
gcc-f62a12d07d0f7576e103806cc64de8d7ad7d29d9.tar.bz2
Change "gstdarg.h" to <stdarg.h> and "gvarargs.h" to <varargs.h>.
From-SVN: r6942
Diffstat (limited to 'gcc')
-rw-r--r--gcc/gcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 4aa6de4..9ea6fb9 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -39,9 +39,9 @@ compilation is specified by a string called a "spec". */
#include "config.h"
#include "obstack.h"
#ifdef __STDC__
-#include "gstdarg.h"
+#include <stdarg.h>
#else
-#include "gvarargs.h"
+#include <varargs.h>
#endif
#include <stdio.h>