Commit 5c09c899 by Tom Wood

(__INT_VARARGS_H): Define this to avoid trouble on DG/UX.

From-SVN: r1918
parent bc04dacb
......@@ -52,6 +52,9 @@ typedef struct
#undef __va_reg_p
#define __gnuc_va_list va_list
#define _VA_LIST
#else
/* Similarly, if this gets included first, do nothing in _int_varargs.h. */
#define __INT_VARARGS_H
#endif
#define __va_reg_p(TYPE) \
......
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