diff --git a/Objects/methodobject.c b/Objects/methodobject.c index 98b70a6d8d2..f6777ea164d 100644 --- a/Objects/methodobject.c +++ b/Objects/methodobject.c @@ -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, "", m->m_name);