Commit 84d0bfcb authored by Jack Jansen's avatar Jack Jansen

inittab is a "struct _inittab".

parent 5220d020
......@@ -136,10 +136,7 @@ extern void initwaste();
extern void PyMarshal_Init();
extern void initimp();
struct {
char *name;
void (*initfunc)();
} inittab[] = {
struct _inittab inittab[] = {
{"array", initarray},
#ifndef SYMANTEC__CFM68K__
......
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