mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
Lint
./
This commit is contained in:
parent
2a591667bd
commit
eec181ae88
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue