Commit 971ba70d by Jim Wilson

Delete include of <varargs.h> when not gcc.

From-SVN: r7692
parent 40620dcc
#ifndef __GNUC__
/* Use the system's macros with the system's compiler. */
#include <varargs.h>
#else
/* Record that this is varargs.h; this turns off stdarg.h. */ /* Record that this is varargs.h; this turns off stdarg.h. */
#ifndef _VARARGS_H #ifndef _VARARGS_H
...@@ -177,5 +173,3 @@ typedef __gnuc_va_list va_list; ...@@ -177,5 +173,3 @@ typedef __gnuc_va_list va_list;
#ifdef _BSD_VA_LIST #ifdef _BSD_VA_LIST
#undef _BSD_VA_LIST #undef _BSD_VA_LIST
#endif #endif
#endif /* __GNUC__ */
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