initmodule3 -> initmodule3

This commit is contained in:
Guido van Rossum 1995-01-09 17:49:26 +00:00
parent 970a0a20b8
commit 37431fbbd0

View file

@ -142,5 +142,6 @@ You need to know a great deal about the interpreter to use this!";
void
initnew()
{
initmodule3("new", new_methods, new_doc, (object *)NULL);
initmodule4("new", new_methods, new_doc, (object *)NULL,
PYTHON_API_VERSION);
}