summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-05-23 15:36:53 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-05-23 15:36:53 (GMT)
commita07dd0fdd155494e29f1fa3ec8696f03dc808033 (patch)
tree375893194d28b2f27388b6d36d34fe40f8a522d3 /Mac/Modules
parente8b9b9f15bcd7d093c355452dde1cd0f0689d2cd (diff)
downloadcpython-a07dd0fdd155494e29f1fa3ec8696f03dc808033.zip
cpython-a07dd0fdd155494e29f1fa3ec8696f03dc808033.tar.gz
cpython-a07dd0fdd155494e29f1fa3ec8696f03dc808033.tar.bz2
Renamed
Diffstat (limited to 'Mac/Modules')
-rw-r--r--Mac/Modules/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/config.c b/Mac/Modules/config.c
index 0dd39de..ff26bbf 100644
--- a/Mac/Modules/config.c
+++ b/Mac/Modules/config.c
@@ -145,7 +145,7 @@ extern void initgdbm();
extern void PyMarshal_Init();
extern void initimp();
-struct _inittab inittab[] = {
+struct _inittab _PyImport_Inittab[] = {
{"array", initarray},
#ifndef SYMANTEC__CFM68K__