diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-07-08 14:36:26 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-07-08 14:36:26 +0000 |
commit | d9b694cb98dc40330c8e78e080c339079fc6178a (patch) | |
tree | 0be29ed303b8927fa28eacb1ff697662da7227bd /gcc | |
parent | 07daae5f548cc77ac4113136bd462e8a4219624a (diff) | |
download | gcc-d9b694cb98dc40330c8e78e080c339079fc6178a.zip gcc-d9b694cb98dc40330c8e78e080c339079fc6178a.tar.gz gcc-d9b694cb98dc40330c8e78e080c339079fc6178a.tar.bz2 |
*** empty log message ***
From-SVN: r1520
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ginclude/stdarg.h | 4 |
1 files 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 */ |