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

@ -1072,7 +1072,7 @@ static sequence_methods array_as_sequence = {
(intintobjargproc)array_ass_slice, /*sq_ass_slice*/
};
static typeobject Arraytype = {
statichere typeobject Arraytype = {
OB_HEAD_INIT(&Typetype)
0,
"array",