From: Richard Stallman Date: Wed, 30 Sep 1992 05:57:35 +0000 (+0000) Subject: Use <...> to include va-*.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3fab01d5ebf0c9bf083de1f0fd79edb004af410;p=gcc.git Use <...> to include va-*.h. From-SVN: r2284 --- diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h index 6499d83178e..85cb3a90460 100644 --- a/gcc/ginclude/stdarg.h +++ b/gcc/ginclude/stdarg.h @@ -10,29 +10,30 @@ #undef __need___va_list #ifndef __GNUC__ -/* Use the system's macros with the system's compiler. */ +/* Use the system's macros with the system's compiler. + This is relevant only when building GCC with some other compiler. */ #include #else #ifdef __m88k__ -#include "va-m88k.h" +#include #else #ifdef __i860__ -#include "va-i860.h" +#include #else #ifdef __hppa__ -#include "va-pa.h" +#include #else #ifdef __mips__ -#include "va-mips.h" +#include #else #ifdef __sparc__ -#include "va-sparc.h" +#include #else #ifdef __i960__ -#include "va-i960.h" +#include #else #ifdef __alpha__ -#include "va-alpha.h" +#include #else /* Define __gnuc_va_list. */ diff --git a/gcc/ginclude/varargs.h b/gcc/ginclude/varargs.h index d2a0dfbe4c0..4473e4552d2 100644 --- a/gcc/ginclude/varargs.h +++ b/gcc/ginclude/varargs.h @@ -8,31 +8,31 @@ #define _VARARGS_H #ifdef __sparc__ -#include "va-sparc.h" +#include #else #ifdef __spur__ -#include "va-spur.h" +#include #else #ifdef __mips__ -#include "va-mips.h" +#include #else #ifdef __i860__ -#include "va-i860.h" +#include #else #ifdef __pyr__ -#include "va-pyr.h" +#include #else #ifdef __m88k__ -#include "va-m88k.h" +#include #else #if defined(__hppa__) || defined(hp800) -#include "va-pa.h" +#include #else #ifdef __i960__ -#include "va-i960.h" +#include #else #ifdef __alpha__ -#include "va-alpha.h" +#include #else #ifdef __NeXT__