From d38855c35a9fe8e469ba6474161f4225a1eb07f6 Mon Sep 17 00:00:00 2001 From: Neil Schemenauer Date: Sun, 21 Jan 2001 16:25:18 +0000 Subject: [PATCH] Remove a smelly export. --- Objects/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/object.c b/Objects/object.c index 91531e0d25f..a263bda9036 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -748,7 +748,7 @@ try_3way_to_rich_compare(PyObject *v, PyObject *w, int op) return result; } -PyObject * +static PyObject * do_richcmp(PyObject *v, PyObject *w, int op) { PyObject *res;