Commit 2c26cfe7 authored by Guido van Rossum's avatar Guido van Rossum

Use struct _inittab def from import.h

parent 3539b1e9
......@@ -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 -- */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment