[Python-checkins] python/dist/src/PC config.c,1.33,1.34

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 15 Jun 2002 18:34:51 -0700


Update of /cvsroot/python/python/dist/src/PC
In directory usw-pr-cvs1:/tmp/cvs-serv24748/python/PC

Modified Files:
	config.c 
Log Message:
Removed newmodule.c from the project, and removed references to it from
the Windowish builds.


Index: config.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/config.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** config.c	12 Oct 2001 22:08:39 -0000	1.33
--- config.c	16 Jun 2002 01:34:49 -0000	1.34
***************
*** 21,25 ****
  extern void initmath(void);
  extern void initmd5(void);
- extern void initnew(void);
  extern void initnt(void);
  extern void initoperator(void);
--- 21,24 ----
***************
*** 73,77 ****
          {"math", initmath},
          {"md5", initmd5},
-         {"new", initnew},
          {"nt", initnt}, /* Use the NT os functions, not posix */
          {"operator", initoperator},
--- 72,75 ----