[__NeXT__]: Define _VA_LIST_ if _ANSI_STDARG_H_ was
authorRichard Stallman <rms@gnu.org>
Thu, 15 Oct 1992 08:08:16 +0000 (08:08 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 15 Oct 1992 08:08:16 +0000 (08:08 +0000)
defined; then define _ANSI_STDARG_H_.

From-SVN: r2470

gcc/ginclude/varargs.h

index d8c0864..7df05ae 100644 (file)
 
 /* On Next, erase any vestiges of stdarg.h.  */
 
+#ifdef _ANSI_STDARG_H_
+#define _VA_LIST_
+#endif
+#define _ANSI_STDARG_H_ 
+
 #undef va_alist
 #undef va_dcl
 #undef va_list