Commit 2b713b2f authored by Guido van Rossum's avatar Guido van Rossum

One more inittab.

parent bb5c6f85
......@@ -64,7 +64,7 @@ extern void initthread();
extern void PyMarshal_Init();
extern void initimp();
struct _inittab inittab[] = {
struct _inittab _PyImport_Inittab[] = {
{"array", initarray},
#ifdef M_I386
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment