commit | 2a591667bd32ce756417c6c42a44ec5bf61db1bc | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Mar 27 17:26:38 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Mar 27 17:26:38 1992 +0000 |
tree | 2ebbb41b0e243339f2193092f1c61131371518a2 | |
parent | 4f1691d0d5b2f155f0171d76af4701883b289990 [diff] [blame] |
Lint
diff --git a/Objects/moduleobject.c b/Objects/moduleobject.c index 1104986..b8a7213 100644 --- a/Objects/moduleobject.c +++ b/Objects/moduleobject.c
@@ -83,11 +83,12 @@ 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;