One more inittab.

This commit is contained in:
Guido van Rossum 1997-04-29 20:46:45 +00:00
parent bb5c6f8529
commit 2b713b2f67
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ extern void initthread();
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},
#ifdef M_I386 #ifdef M_I386