summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-06-16 01:34:49 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-06-16 01:34:49 (GMT)
commit0add0e86c70e96b25c745ea605a901e40bb4879d (patch)
tree82f411a0ff802457920e784a073029a4ab0e755c /PC
parent94c9d909d5ad0948561c2aa88ed7f9d4f49513b3 (diff)
downloadcpython-0add0e86c70e96b25c745ea605a901e40bb4879d.zip
cpython-0add0e86c70e96b25c745ea605a901e40bb4879d.tar.gz
cpython-0add0e86c70e96b25c745ea605a901e40bb4879d.tar.bz2
Removed newmodule.c from the project, and removed references to it from
the Windowish builds.
Diffstat (limited to 'PC')
-rw-r--r--PC/config.c2
-rw-r--r--PC/os2vacpp/config.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/PC/config.c b/PC/config.c
index 9e4da2a..38c6b50 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -20,7 +20,6 @@ extern void initimageop(void);
#endif
extern void initmath(void);
extern void initmd5(void);
-extern void initnew(void);
extern void initnt(void);
extern void initoperator(void);
extern void initregex(void);
@@ -72,7 +71,6 @@ struct _inittab _PyImport_Inittab[] = {
#endif
{"math", initmath},
{"md5", initmd5},
- {"new", initnew},
{"nt", initnt}, /* Use the NT os functions, not posix */
{"operator", initoperator},
{"regex", initregex},
diff --git a/PC/os2vacpp/config.c b/PC/os2vacpp/config.c
index 109f455..2e53c3f 100644
--- a/PC/os2vacpp/config.c
+++ b/PC/os2vacpp/config.c
@@ -23,7 +23,6 @@ extern void initerrno(void);
extern void initimageop(void);
extern void initmath(void);
extern void initmd5(void);
-extern void initnew(void);
extern void initnt(void);
extern void initos2(void);
extern void initoperator(void);