From: Guido van Rossum Date: Thu, 23 May 1996 22:57:18 +0000 (+0000) Subject: Use struct _inittab def from import.h X-Git-Tag: v1.4b1~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c26cfe776f040c208fbc2f50871431d29747b7a;p=python Use struct _inittab def from import.h --- diff --git a/Modules/config.c.in b/Modules/config.c.in index b0db7f3574..494a2a227e 100644 --- a/Modules/config.c.in +++ b/Modules/config.c.in @@ -37,10 +37,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. extern void PyMarshal_Init(); extern void initimp(); -struct { - char *name; - void (*initfunc)(); -} inittab[] = { +struct _inittab inittab[] = { /* -- ADDMODULE MARKER 2 -- */