Commit d9b694cb by Charles Hannum

*** empty log message ***

From-SVN: r1520
parent 07daae5f
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifdef __i860__ #ifdef __i860__
#include "va-i860.h" #include "va-i860.h"
#else #else
#ifdef __hp9000s800__ #ifdef __hppa__
#include "va-pa.h" #include "va-pa.h"
#else #else
#ifdef __mips__ #ifdef __mips__
...@@ -67,7 +67,7 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */ ...@@ -67,7 +67,7 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */
#endif /* not i960 */ #endif /* not i960 */
#endif /* not sparc */ #endif /* not sparc */
#endif /* not mips */ #endif /* not mips */
#endif /* not hp9000s800 */ #endif /* not hppa */
#endif /* not i860 */ #endif /* not i860 */
#endif /* not m88k */ #endif /* not m88k */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment