mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
Lint
This commit is contained in:
parent
4f1691d0d5
commit
2a591667bd
@ -83,11 +83,12 @@ module_dealloc(m)
|
||||
free((char *)m);
|
||||
}
|
||||
|
||||
/* ARGSUSED */
|
||||
static int
|
||||
module_print(m, fp, flags)
|
||||
moduleobject *m;
|
||||
FILE *fp;
|
||||
int flags;
|
||||
int flags; /* Not used but required by interface */
|
||||
{
|
||||
fprintf(fp, "<module '%s'>", getstringvalue(m->md_name));
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user