Commit e5ee6b4f authored by Guido van Rossum's avatar Guido van Rossum

Shut up lint

parent 25e1c9f7
......@@ -218,8 +218,10 @@ do_arg(arg, p_format, p_va)
}
#ifdef USE_STDARG
/* VARARGS2 */
int getargs(object *arg, char *format, ...)
#else
/* VARARGS */
int getargs(va_alist) va_dcl
#endif
{
......
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