Commit 7dea1d59 by Richard Stallman

[__NeXT__]: Define _VA_LIST_ if _ANSI_STDARG_H_ was

defined; then define _ANSI_STDARG_H_.

From-SVN: r2470
parent cac47212
......@@ -39,6 +39,11 @@
/* 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
......
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