One more inittab.
This commit is contained in:
parent
bb5c6f8529
commit
2b713b2f67
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue