diff --git a/Modules/config.c.in b/Modules/config.c.in index b0db7f35749..494a2a227ee 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 -- */