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

Lint

./
üst 2a591667
......@@ -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);
......
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