mirror of
https://github.com/python/cpython.git
synced 2025-12-08 02:08:20 +00:00
Remove the declaration of "internal" table _PyImport_Inittab[]; add
new "official" pointer *PyImport_Inittab.
This commit is contained in:
parent
e8d113976c
commit
66959aff68
1 changed files with 1 additions and 3 deletions
|
|
@ -57,9 +57,7 @@ struct _inittab {
|
||||||
void (*initfunc)();
|
void (*initfunc)();
|
||||||
};
|
};
|
||||||
|
|
||||||
/* This table is defined in config.c: */
|
extern DL_IMPORT(struct _inittab *) PyImport_Inittab;
|
||||||
|
|
||||||
extern struct _inittab _PyImport_Inittab[];
|
|
||||||
|
|
||||||
struct _frozen {
|
struct _frozen {
|
||||||
char *name;
|
char *name;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue