From: Charles Hannum Date: Wed, 8 Jul 1992 14:36:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9b694cb98dc40330c8e78e080c339079fc6178a;p=gcc.git *** empty log message *** From-SVN: r1520 --- diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h index bd4bfa45dc7..6599316a77c 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 */