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

inittab is a "struct _inittab".

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