Kaydet (Commit) d885e95b authored tarafından Matthias Klose's avatar Matthias Klose

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

üst 37c63a38
...@@ -595,7 +595,7 @@ static PyStructSequence_Desc hash_info_desc = { ...@@ -595,7 +595,7 @@ static PyStructSequence_Desc hash_info_desc = {
5, 5,
}; };
PyObject * static PyObject *
get_hash_info(void) get_hash_info(void)
{ {
PyObject *hash_info; 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