Kaydet (Commit) 292bb8ea authored tarafından Guido van Rossum's avatar Guido van Rossum

Shut up lint

üst 2807d191
......@@ -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