diff options
Diffstat (limited to 'Objects/methodobject.c')
-rw-r--r-- | Objects/methodobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/methodobject.c b/Objects/methodobject.c index 102e577..0a56161 100644 --- a/Objects/methodobject.c +++ b/Objects/methodobject.c @@ -161,7 +161,7 @@ typeobject Methodtype = { meth_hash, /*tp_hash*/ }; -object *listmethods PROTO((struct methodlist *)); /* Forward */ +static object *listmethods PROTO((struct methodlist *)); /* Forward */ static object * listmethods(ml) |