summaryrefslogtreecommitdiffstats
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r--Python/sysmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index 9ec8ab1..61c9b1e 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;