diff options
author | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2004-10-03 08:11:30 (GMT) |
---|---|---|
committer | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2004-10-03 08:11:30 (GMT) |
commit | 96b3725ca0c0edf65145e929ec0600267368926e (patch) | |
tree | e1bd62ea3082fe763adff73e41c184baf98c485c /PC/os2emx/config.c | |
parent | 1b643596a88d4169810116bf0f0d28560896c828 (diff) | |
download | cpython-96b3725ca0c0edf65145e929ec0600267368926e.zip cpython-96b3725ca0c0edf65145e929ec0600267368926e.tar.gz cpython-96b3725ca0c0edf65145e929ec0600267368926e.tar.bz2 |
bring modules up to date, correct .DEF file version
Diffstat (limited to 'PC/os2emx/config.c')
-rw-r--r-- | PC/os2emx/config.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/PC/os2emx/config.c b/PC/os2emx/config.c index 9f3c093..5ee4343 100644 --- a/PC/os2emx/config.c +++ b/PC/os2emx/config.c @@ -72,7 +72,6 @@ extern void initstruct(); extern void inittermios(); extern void inittime(); extern void inittiming(); -extern void initxreadlines(); extern void initxxsubtype(); extern void initzipimport(); #if !HAVE_DYNAMIC_LOADING @@ -86,7 +85,6 @@ extern void initfpectl(); extern void initfpetest(); extern void initparser(); extern void initpwd(); -extern void initrotor(); extern void initunicodedata(); extern void initzlib(); #ifdef USE_SOCKET @@ -138,7 +136,6 @@ struct _inittab _PyImport_Inittab[] = { {"termios", inittermios}, {"time", inittime}, {"timing", inittiming}, - {"xreadlines", initxreadlines}, {"xxsubtype", initxxsubtype}, {"zipimport", initzipimport}, #if !HAVE_DYNAMIC_LOADING @@ -152,7 +149,6 @@ struct _inittab _PyImport_Inittab[] = { {"fpetest", initfpetest}, {"parser", initparser}, {"pwd", initpwd}, - {"rotor", initrotor}, {"unicodedata", initunicodedata}, {"zlib", initzlib}, #ifdef USE_SOCKET |