]> granicus.if.org Git - python/commitdiff
One more inittab.
authorGuido van Rossum <guido@python.org>
Tue, 29 Apr 1997 20:46:45 +0000 (20:46 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 29 Apr 1997 20:46:45 +0000 (20:46 +0000)
PC/config.c

index 8e3fbae607305a04acde0c15a3a77610274416f3..0c34041be9dc5eae668dc8e5d22978cf98224621 100644 (file)
@@ -64,7 +64,7 @@ extern void initthread();
 extern void PyMarshal_Init();
 extern void initimp();
 
-struct _inittab inittab[] = {
+struct _inittab _PyImport_Inittab[] = {
 
         {"array", initarray},
 #ifdef M_I386