[__svr4__ __i860__] (_VA_LIST): Do define.
authorRichard Stallman <rms@gnu.org>
Sun, 16 May 1993 04:30:47 +0000 (04:30 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 16 May 1993 04:30:47 +0000 (04:30 +0000)
From-SVN: r4479

gcc/ginclude/stdarg.h
gcc/ginclude/varargs.h

index e19626e..986240b 100644 (file)
@@ -119,6 +119,9 @@ void va_end (__gnuc_va_list);               /* Defined in libgcc.a */
    have no conflict with that.  */
 #ifndef _VA_LIST_
 #define _VA_LIST_
+#ifdef __i860__
+#define _VA_LIST va_list
+#endif
 typedef __gnuc_va_list va_list;
 #endif /* _VA_LIST_ */
 #else /* not __svr4__ */
index 4c6e352..7e92ba3 100644 (file)
@@ -129,6 +129,9 @@ typedef void *__gnuc_va_list;
    have no conflict with that.  */
 #ifndef _VA_LIST_
 #define _VA_LIST_
+#ifdef __i860__
+#define _VA_LIST va_list
+#endif
 typedef __gnuc_va_list va_list;
 #endif /* _VA_LIST_ */