From: Matthias Klose Date: Tue, 6 Jul 2010 10:53:30 +0000 (+0000) Subject: - sysmodule.c (get_hash_info): Define as static function. X-Git-Tag: v3.2a1~291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d885e95be4d5e8e23b9cdd72f4af38afa6f2f2e4;p=thirdparty%2FPython%2Fcpython.git - sysmodule.c (get_hash_info): Define as static function. --- diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 9ec8ab1489d0..61c9b1ef3335 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -595,7 +595,7 @@ static PyStructSequence_Desc hash_info_desc = { 5, }; -PyObject * +static PyObject * get_hash_info(void) { PyObject *hash_info;