mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
SF patch 473749 compile under OS/2 VA C++, from Michael Muller.
Changes enabling Python to compile under OS/2 Visual Age C++.
This commit is contained in:
parent
c44403995e
commit
603c6831d0
7 changed files with 68 additions and 36 deletions
|
@ -34,7 +34,6 @@ extern void initrotor(void);
|
|||
extern void initsignal(void);
|
||||
extern void initselect(void);
|
||||
extern void init_socket(void);
|
||||
extern void initsoundex(void);
|
||||
extern void initstrop(void);
|
||||
extern void initstruct(void);
|
||||
extern void inittime(void);
|
||||
|
@ -82,7 +81,6 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"_socket", init_socket},
|
||||
{"select", initselect},
|
||||
#endif
|
||||
{"soundex", initsoundex},
|
||||
{"strop", initstrop},
|
||||
{"struct", initstruct},
|
||||
{"time", inittime},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue