From 1adc1592c017d690ba09973b0c30aeadd337b463 Mon Sep 17 00:00:00 2001 From: mycroft Date: Wed, 8 Jul 1992 14:36:26 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1520 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ginclude/stdarg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h index bd4bfa4..6599316 100644 --- a/gcc/ginclude/stdarg.h +++ b/gcc/ginclude/stdarg.h @@ -19,7 +19,7 @@ #ifdef __i860__ #include "va-i860.h" #else -#ifdef __hp9000s800__ +#ifdef __hppa__ #include "va-pa.h" #else #ifdef __mips__ @@ -67,7 +67,7 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */ #endif /* not i960 */ #endif /* not sparc */ #endif /* not mips */ -#endif /* not hp9000s800 */ +#endif /* not hppa */ #endif /* not i860 */ #endif /* not m88k */ -- 2.7.4