summaryrefslogtreecommitdiffstats
path: root/Modules/md5module.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/md5module.c')
-rw-r--r--Modules/md5module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/md5module.c b/Modules/md5module.c
index bb98cc2..f3b86ed 100644
--- a/Modules/md5module.c
+++ b/Modules/md5module.c
@@ -141,7 +141,7 @@ md5_getattr(self, name)
return findmethod(md5_methods, (object *)self, name);
}
-static typeobject MD5type = {
+statichere typeobject MD5type = {
OB_HEAD_INIT(&Typetype)
0, /*ob_size*/
"md5", /*tp_name*/