]> granicus.if.org Git - python/commitdiff
Renamed
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 23 May 1997 15:36:53 +0000 (15:36 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 23 May 1997 15:36:53 +0000 (15:36 +0000)
Mac/Modules/config.c

index 0dd39dec624e99e6e4cd8f2c615606589acfcd3c..ff26bbf64d72b17dc8b45dc2da0b027796baa22b 100644 (file)
@@ -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__