diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/marshal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/marshal.c b/Python/marshal.c index c2531197f8..901b9c6974 100644 --- a/Python/marshal.c +++ b/Python/marshal.c @@ -654,7 +654,7 @@ r_object(RFILE *p) } } -PyObject * +static PyObject * read_object(RFILE *p) { PyObject *v; |