]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Lint
authorGuido van Rossum <guido@python.org>
Fri, 27 Mar 1992 17:26:44 +0000 (17:26 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 27 Mar 1992 17:26:44 +0000 (17:26 +0000)
./

Objects/methodobject.c

index 98b70a6d8d268f8e5d7797000bdfe272db604cda..f6777ea164d97da3779c3edd18326edd0d4ed0d0 100644 (file)
@@ -99,11 +99,12 @@ meth_dealloc(m)
        free((char *)m);
 }
 
+/* ARGSUSED */
 static int
 meth_print(m, fp, flags)
        methodobject *m;
        FILE *fp;
-       int flags;
+       int flags; /* Not used but required by interface */
 {
        if (m->m_self == NULL)
                fprintf(fp, "<built-in function '%s'>", m->m_name);