Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84d0bfc

Browse files
committed
inittab is a "struct _inittab".
1 parent 5220d02 commit 84d0bfc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Mac/Modules/config.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,7 @@ extern void initwaste();
136136
extern void PyMarshal_Init();
137137
extern void initimp();
138138

139-
struct {
140-
char *name;
141-
void (*initfunc)();
142-
} inittab[] = {
139+
struct _inittab inittab[] = {
143140

144141
{"array", initarray},
145142
#ifndef SYMANTEC__CFM68K__

0 commit comments

Comments
 (0)