mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
Lint
./
This commit is contained in:
parent
2a591667bd
commit
eec181ae88
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user