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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d38855c35a9fe8e469ba6474161f4225a1eb07f6;p=thirdparty%2FPython%2Fcpython.git Remove a smelly export. --- diff --git a/Objects/object.c b/Objects/object.c index 91531e0d25fa..a263bda90361 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;