mirror of https://github.com/python/cpython.git
Renamed
This commit is contained in:
parent
e8b9b9f15b
commit
a07dd0fdd1
|
@ -145,7 +145,7 @@ extern void initgdbm();
|
||||||
extern void PyMarshal_Init();
|
extern void PyMarshal_Init();
|
||||||
extern void initimp();
|
extern void initimp();
|
||||||
|
|
||||||
struct _inittab inittab[] = {
|
struct _inittab _PyImport_Inittab[] = {
|
||||||
|
|
||||||
{"array", initarray},
|
{"array", initarray},
|
||||||
#ifndef SYMANTEC__CFM68K__
|
#ifndef SYMANTEC__CFM68K__
|
||||||
|
|
Loading…
Reference in New Issue