- sysmodule.c (get_hash_info): Define as static function.

This commit is contained in:
Matthias Klose 2010-07-06 10:53:30 +00:00
parent 37c63a385d
commit d885e95be4

View file

@ -595,7 +595,7 @@ static PyStructSequence_Desc hash_info_desc = {
5,
};
PyObject *
static PyObject *
get_hash_info(void)
{
PyObject *hash_info;