changes for MPW

This commit is contained in:
Guido van Rossum 1995-03-09 12:14:15 +00:00
parent b6fe7048e7
commit a320fd308c
6 changed files with 13 additions and 9 deletions

View file

@ -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*/