mirror of
https://github.com/python/cpython.git
synced 2026-01-03 14:02:21 +00:00
inittab is a "struct _inittab".
This commit is contained in:
parent
5220d020b9
commit
84d0bfcbe0
1 changed files with 1 additions and 4 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue