Kaydet (Commit) 66959aff authored tarafından Guido van Rossum's avatar Guido van Rossum

Remove the declaration of "internal" table _PyImport_Inittab[]; add

new "official" pointer *PyImport_Inittab.
üst e8d11397
......@@ -57,9 +57,7 @@ struct _inittab {
void (*initfunc)();
};
/* This table is defined in config.c: */
extern struct _inittab _PyImport_Inittab[];
extern DL_IMPORT(struct _inittab *) PyImport_Inittab;
struct _frozen {
char *name;
......
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