mirror of
https://github.com/python/cpython.git
synced 2025-01-23 01:32:36 +08:00
Use struct _inittab def from import.h
This commit is contained in:
parent
3539b1e919
commit
2c26cfe776
@ -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 -- */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user