Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87490eb

Browse files
committed
Renamed inittab.
1 parent 0bac33b commit 87490eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Include/import.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ struct _inittab {
5454

5555
/* This table is defined in config.c: */
5656

57-
extern struct _inittab inittab[];
57+
extern struct _inittab _PyImport_Inittab[];
5858

5959
struct _frozen {
6060
char *name;

Modules/config.c.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PERFORMANCE OF THIS SOFTWARE.
4444
extern void PyMarshal_Init();
4545
extern void initimp();
4646

47-
struct _inittab inittab[] = {
47+
struct _inittab _PyImport_Inittab[] = {
4848

4949
/* -- ADDMODULE MARKER 2 -- */
5050

0 commit comments

Comments
 (0)