diff options
Diffstat (limited to 'PC/os2emx')
-rw-r--r-- | PC/os2emx/Makefile | 1 | ||||
-rw-r--r-- | PC/os2emx/config.c | 2 | ||||
-rw-r--r-- | PC/os2emx/python25.def | 3 |
3 files changed, 0 insertions, 6 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile index 25b88bb..0739f9c 100644 --- a/PC/os2emx/Makefile +++ b/PC/os2emx/Makefile @@ -309,7 +309,6 @@ SRC.MODULES= $(addprefix $(TOP), \ Modules/sha256module.c \ Modules/sha512module.c \ Modules/_sre.c \ - Modules/stropmodule.c \ Modules/_struct.c \ Modules/symtablemodule.c \ Modules/termios.c \ diff --git a/PC/os2emx/config.c b/PC/os2emx/config.c index b6d3fd6..f47941e 100644 --- a/PC/os2emx/config.c +++ b/PC/os2emx/config.c @@ -69,7 +69,6 @@ extern void initrgbimg(); extern void init_sha(); extern void init_sha256(); extern void init_sha512(); -extern void initstrop(); extern void init_struct(); extern void inittermios(); extern void inittime(); @@ -134,7 +133,6 @@ struct _inittab _PyImport_Inittab[] = { {"_sha", init_sha}, {"_sha256", init_sha256}, {"_sha512", init_sha512}, - {"strop", initstrop}, {"_struct", init_struct}, {"termios", inittermios}, {"time", inittime}, diff --git a/PC/os2emx/python25.def b/PC/os2emx/python25.def index 3c6004f..e262e23 100644 --- a/PC/os2emx/python25.def +++ b/PC/os2emx/python25.def @@ -1284,9 +1284,6 @@ EXPORTS ; From python25_s.lib(_sre) ; "init_sre" -; From python25_s.lib(stropmodule) -; "initstrop" - ; From python25_s.lib(_struct) ; "init_struct" |