Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d85c452

Browse files
committed
Make private function static
1 parent 75a3204 commit d85c452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/marshal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ r_object(RFILE *p)
654654
}
655655
}
656656

657-
PyObject *
657+
static PyObject *
658658
read_object(RFILE *p)
659659
{
660660
PyObject *v;

0 commit comments

Comments
 (0)