commit | 2b713b2f675f762ac8ce6cd3a934de34659a2476 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Apr 29 20:46:45 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Apr 29 20:46:45 1997 +0000 |
tree | a84a52eab9fccd819d3dab19925f163438383b9f | |
parent | bb5c6f8529c89d2396a3e3c06cf575a130ff7a0e [diff] |
One more inittab.
diff --git a/PC/config.c b/PC/config.c index 8e3fbae..0c34041 100644 --- a/PC/config.c +++ b/PC/config.c
@@ -64,7 +64,7 @@ extern void PyMarshal_Init(); extern void initimp(); -struct _inittab inittab[] = { +struct _inittab _PyImport_Inittab[] = { {"array", initarray}, #ifdef M_I386