]> granicus.if.org Git - python/commitdiff
- sysmodule.c (get_hash_info): Define as static function.
authorMatthias Klose <doko@ubuntu.com>
Tue, 6 Jul 2010 10:53:30 +0000 (10:53 +0000)
committerMatthias Klose <doko@ubuntu.com>
Tue, 6 Jul 2010 10:53:30 +0000 (10:53 +0000)
Python/sysmodule.c

index 9ec8ab1489d085c22c01ee5660276daa628c5f9b..61c9b1ef33354e10529dedef684857d5613b485a 100644 (file)
@@ -595,7 +595,7 @@ static PyStructSequence_Desc hash_info_desc = {
     5,
 };
 
-PyObject *
+static PyObject *
 get_hash_info(void)
 {
     PyObject *hash_info;