mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Use struct _inittab def from import.h
This commit is contained in:
parent
3539b1e919
commit
2c26cfe776
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue