From: Guido van Rossum Date: Tue, 29 Apr 1997 20:46:45 +0000 (+0000) Subject: One more inittab. X-Git-Tag: v1.5a1~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b713b2f675f762ac8ce6cd3a934de34659a2476;p=thirdparty%2FPython%2Fcpython.git One more inittab. --- diff --git a/PC/config.c b/PC/config.c index 8e3fbae60730..0c34041be9dc 100644 --- a/PC/config.c +++ b/PC/config.c @@ -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