[Python-checkins] python/dist/src/PC/os2vacpp config.c,1.7,1.8

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/os2vacpp
In directory usw-pr-cvs1:/tmp/cvs-serv24748/python/PC/os2vacpp

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/os2vacpp/config.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** config.c	5 Nov 2001 02:45:58 -0000	1.7
--- config.c	16 Jun 2002 01:34:49 -0000	1.8
***************
*** 24,28 ****
  extern void initmath(void);
  extern void initmd5(void);
- extern void initnew(void);
  extern void initnt(void);
  extern void initos2(void);
--- 24,27 ----