Commit ce4b43f7 by Jim Wilson

*** empty log message ***

From-SVN: r9073
parent 4d53757d
......@@ -74,7 +74,7 @@ typedef char * __gnuc_va_list;
#ifndef va_end
void va_end (__gnuc_va_list); /* Defined in libgcc.a */
#endif
#define va_end(__AP)
#define va_end(__AP) ((void)0)
/* We cast to void * and then to TYPE * because this avoids
a warning about increasing the alignment requirement. */
......
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