Commit 68329b8e authored by Matthias Klose's avatar Matthias Klose

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

parent 495652d1
......@@ -595,7 +595,7 @@ static PyStructSequence_Desc hash_info_desc = {
5,
};
PyObject *
static PyObject *
get_hash_info(void)
{
PyObject *hash_info;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment