From: Neil Schemenauer Date: Sun, 21 Jan 2001 16:25:18 +0000 (+0000) Subject: Remove a smelly export. X-Git-Tag: v2.1a1~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d38855c35a9fe8e469ba6474161f4225a1eb07f6;p=python Remove a smelly export. --- diff --git a/Objects/object.c b/Objects/object.c index 91531e0d25..a263bda903 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;