mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Lint
./
This commit is contained in:
parent
2a591667bd
commit
eec181ae88
@ -99,11 +99,12 @@ meth_dealloc(m)
|
|||||||
free((char *)m);
|
free((char *)m);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ARGSUSED */
|
||||||
static int
|
static int
|
||||||
meth_print(m, fp, flags)
|
meth_print(m, fp, flags)
|
||||||
methodobject *m;
|
methodobject *m;
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
int flags;
|
int flags; /* Not used but required by interface */
|
||||||
{
|
{
|
||||||
if (m->m_self == NULL)
|
if (m->m_self == NULL)
|
||||||
fprintf(fp, "<built-in function '%s'>", m->m_name);
|
fprintf(fp, "<built-in function '%s'>", m->m_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user