diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 21:25:31 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 21:25:31 -0800 |
commit | f62a12d07d0f7576e103806cc64de8d7ad7d29d9 (patch) | |
tree | ce2db014d8f756b8ab495fe48781b2d5797a8172 /gcc | |
parent | 367ac69d7eb19457e9ea945b4f5429e6ad294a88 (diff) | |
download | gcc-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |