]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Shut up lint
authorGuido van Rossum <guido@python.org>
Fri, 27 Mar 1992 17:23:29 +0000 (17:23 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 27 Mar 1992 17:23:29 +0000 (17:23 +0000)
Python/modsupport.c

index dce3468eeb3f692da7e42bfa5a1df8514e4e7553..b7239d331f832eaa733998064516ed7e6f5af3e8 100644 (file)
@@ -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
 {